Skip to content

Commit 854d659

Browse files
resolved typo in doc.
1 parent fee45e2 commit 854d659

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/Troubleshoot.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1415
2. **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

2022
3. **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

3841
2. 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

4145
3. 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

Comments
 (0)