Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 41f5f4f

Browse files
authored
Merge pull request #686 from massimobonanni/LAB12-ISSUE685
LAB12: Fixed Issue #685 on public ip address
2 parents 1da88e5 + a059ea8 commit 41f5f4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Instructions/Labs/AZ400_M05_L12_Deployments_using_Azure_Bicep_templates.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ In this task, you will create a storage template module **storage.bicep** which
109109
}
110110
```
111111

112+
1. Change the default value of the `publicIPAllocationMethod` parameter from `Dynamic` to `Static` at line 20
113+
114+
1. Change the default value of the `publicIpSku` parameter from `Basic` to `Standard` at line 27
115+
112116
1. Commit the file, however, we're not done with it yet.
113117

114118
![Screenshot of the file commit button.](./images/m06/commit.png)
@@ -203,6 +207,8 @@ In this lab, you will use an Azure DevOps YAML pipeline to deploy your template
203207
1. Wait for the deployment to finish and review the results.
204208
![Screenshot of the successful resource deployment to Azure using YAML pipelines.](./images/m06/deploy.png)
205209

210+
> **Note**: Remember to give the pipeline permission to use the previously created Service Connection.
211+
206212
> [!IMPORTANT]
207213
> Remember to delete the resources created in the Azure portal to avoid unnecessary charges.
208214

0 commit comments

Comments
 (0)