You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/azure/build-first-bicep-file/includes/4-exercise-define-resources-bicep-file.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ During the process, you'll:
45
45
46
46
::: zone pivot="cli"
47
47
48
-
[!INCLUDE [Bootstrapping instructions for first Bicep exercise - CLI](../../includes/azure-template-bicep-exercise-sandbox-deploy-cli.md)]
48
+
[!INCLUDE [Bootstrapping instructions for first Bicep exercise - CLI](../../includes/azure-template-bicep-exercise-nosandbox-deploy-cli.md)]
49
49
50
50
### Deploy the Bicep file to Azure
51
51
@@ -61,7 +61,7 @@ You'll see `Running...` in the terminal.
61
61
62
62
::: zone pivot="powershell"
63
63
64
-
[!INCLUDE [Bootstrapping instructions for first Bicep exercise - PowerShell](../../includes/azure-template-bicep-exercise-sandbox-deploy-powershell.md)]
64
+
[!INCLUDE [Bootstrapping instructions for first Bicep exercise - PowerShell](../../includes/azure-template-bicep-exercise-nosandbox-deploy-powershell.md)]
65
65
66
66
### Deploy the Bicep file to Azure
67
67
@@ -77,10 +77,7 @@ New-AzResourceGroupDeployment -Name main -TemplateFile main.bicep
77
77
78
78
The first time you deploy a Bicep file, you might want to use the Azure portal to verify that the deployment has finished successfully and to inspect the results.
79
79
80
-
1. Go to the [Azure portal](https://portal.azure.com?azure-portal=true) and make sure you're in the sandbox subscription:
81
-
82
-
1. Select your avatar in the upper-right corner of the page.
83
-
1. Select **Switch directory**. In the list, choose the **Microsoft Learn Sandbox** directory.
80
+
1. Go to the [Azure portal](https://portal.azure.com?azure-portal=true) and make sure you're in the correct subscription.
84
81
85
82
1. On the left-side panel, select **Resource groups**.
0 commit comments