azure-docs
azure-docs copied to clipboard
Permissions necessary for lesson are not provided i n learn sandbox
Using the "Try It!" icon for creating resource group gives me a shell that doesn't allow the lesson instruction to execute "az group create --name demoResourceGroup --location westus" . I also tried using the command in the learn sandbox introduced in the previous lesson that had me create resource groups through the portal. The CLI command doesn't work there either although I was able to easily create the resource group from the portal.
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: b0283704-773f-8312-b6a7-e8d86d4f085f
- Version Independent ID: 0c28f72f-260e-ad74-5ac6-793a6975e16d
- Content: Manage resource groups - Azure CLI - Azure Resource Manager
- Content Source: articles/azure-resource-manager/management/manage-resource-groups-cli.md
- Service: azure-resource-manager
- Sub-service: management
- GitHub Login: @mumian
- Microsoft Alias: jgao
@Wedfrisat - thank you for reporting the issue. I am able to run the command successfully. Can you share the error message? Can you try this command instead: "az group create --resource-group demoResourceGroup --location westus"?
Below is what I encountered when recreating the problem.
@.***
From: Jonathan Gao @.@.> Sent: Tuesday, February 14, 2023 10:13 AM To: MicrosoftDocs/azure-docs @.@..com> Cc: Johnson, William E. (CDC/DDPHSS/NCHS/OD) @.@.>; Mention @.***> Subject: Re: [MicrosoftDocs/azure-docs] Permissions necessary for lesson are not provided i n learn sandbox (Issue #105233)
@Wedfrisathttps://github.com/Wedfrisat - thank you for reporting the issue. I am able to run the command successfully. Can you share the error message? Can you try this command instead: "az group create --resource-group demoResourceGroup --location westus"?
— Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/azure-docs/issues/105233#issuecomment-1429905849, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASTKM2VQQUIPVKI5IPNK4JDWXOOG7ANCNFSM6AAAAAAU3TVFPE. You are receiving this because you were mentioned.Message ID: @.@.>>
@Wedfrisat - it looks like your response has some kind of encoding issue. Can you send it again?
@davidsmatlak - this looks like a sandbox issue? Does sandbox create a resource group for you automatically? Can you take a look at it?
I do get a group but not the one indicated in the lesson. the lesson is on how to create groups.
@Wedfrisat - sandbox can only be used for going through learn modules. You can get a free Azure subscription. See https://azure.microsoft.com/en-us/free/. And then use either shell.azure.com or install Azure PowerShell/Azure CLI on your own computer to run these commands. Let me know if you have any additional questions.
#please-close