Skip to content

Commit 1e59df4

Browse files
Update enable-dedicated-hosting-plan.md
1 parent cea11a5 commit 1e59df4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sap/monitor/enable-dedicated-hosting-plan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ If the deployment fails with code FunctionAppRestoreFailed or if restoration to
3535
### Prerequisite
3636
Ensure the storage account has public network access:
3737
1. Go to the storage account in the AMS managed resource group.
38-
2. Click on the security and networking tab, then click on the networking tab.
39-
3. Under public network access, ensure the 'enabled from all networks' option is selected.
38+
2. Go to the security and networking tab, then click on the networking tab.
39+
3. Go to the public network access, ensure the 'enabled from all networks' option is selected.
4040
### Steps to follow:
41-
1. Install Azure CLI, refer [Install Azure CLI](https://go.microsoft.com/fwlink/?linkid=2297461).
42-
2. Run `az account set --subscription "<Subscription Name>"` to set subscription.
43-
3. Run `az extension add --name workloads` to install Workloads CLI extension.
41+
1. [Install Azure CLI](https://go.microsoft.com/fwlink/?linkid=2297461).
42+
2. Set the subscription by running `az account set --subscription "<Subscription Name>"`
43+
3. To install Workloads CLI extension, run `az extension add --name workloads`
4444
5. Execute az monitor create with required properties as per your AMS.\
4545
`az workloads monitor create -g <rg-name> -n <ams_name> -l <location> --app-location <app-location> --managed-rg-name <managed_rg_name> --monitor-subnet <subnet_arm_id> --routing-preference <routing_preference> --identity type=None`
4646
6. Monitor is restored once operation completes.

0 commit comments

Comments
 (0)