@@ -10,12 +10,14 @@ Before deploying the resources, you may need to enable the **Bring Your Own Publ
1010
1111 ``` bash
1212 az feature register --namespace Microsoft.Network --name AllowBringYourOwnPublicIpAddress
13+ ```
1314
14152 . ** Wait for the registration to complete.**
1516 You can check the status using:
1617
1718 ``` bash
18- az feature show --namespace Microsoft.Network --name AllowBringYourOwnPublicIpAddress --query properties.state
19+ az feature show --namespace Microsoft.Network --name AllowBringYourOwnPublicIpAddress --query properties.state
20+ ```
1921
20223. ** The output should show:**
2123 " Registered"
@@ -24,6 +26,7 @@ Before deploying the resources, you may need to enable the **Bring Your Own Publ
2426
2527 ` ` ` bash
2628 az provider register --namespace Microsoft.Network
29+ ` ` `
2730
2831 💡 Note: Feature registration may take several minutes to complete. This needs to be done only once per Azure subscription.
2932
@@ -33,11 +36,15 @@ Before starting the deployment, ensure that the target resource group exists in
3336
3437# ## Steps
3538
36- 1. Go to [Azure Portal](https:// portal.azure.com/# home).
39+ 1. Go to [Azure Portal](https:/portal.azure.com/# home).
3740
38412. Click on the ** " Resource groups" ** option available on the Azure portal home page.
39- ! [alt text](../docs//images/AzureHomePage.png)
42+ ! [alt text](../docs/images/AzureHomePage.png)
43+
4044
41453. In the Resource Groups search bar, search for the resource group you intend to target for deployment. If it exists, you can proceed with using it.
42- ! [alt text](../docs/images/resourcegroup1.png)
46+ ! [alt text](../docs/images/resourcegroup1.png)
47+
48+ 💡 Note: If you encounter any other issues, please feel free to reach out to us. Thank you!
49+
4350
0 commit comments