Skip to content

Commit 79b2839

Browse files
authored
Add files via upload
1 parent 8d62375 commit 79b2839

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

learn-pr/azure/build-first-bicep-file/includes/4-exercise-define-resources-bicep-file.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ During the process, you'll:
4545

4646
::: zone pivot="cli"
4747

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)]
4949

5050
### Deploy the Bicep file to Azure
5151

@@ -61,7 +61,7 @@ You'll see `Running...` in the terminal.
6161

6262
::: zone pivot="powershell"
6363

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)]
6565

6666
### Deploy the Bicep file to Azure
6767

@@ -77,10 +77,7 @@ New-AzResourceGroupDeployment -Name main -TemplateFile main.bicep
7777

7878
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.
7979

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.
8481

8582
1. On the left-side panel, select **Resource groups**.
8683

0 commit comments

Comments
 (0)