Skip to content

Commit 6f372e0

Browse files
Update enable-dedicated-hosting-plan.md
1 parent 1a3724d commit 6f372e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ Ensure there are no locks on monitor subnet's Resource Group
3434
If the deployment fails with code FunctionAppRestoreFailed or if restoration to Elastic Premium Plan is needed after multiple failure, then follow the below steps to revert to Elastic Premium Plan.
3535
### Prerequisite
3636
Ensure the storage account has public network access:
37-
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."
37+
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.
4040
### Steps to follow:
4141
1. Install Azure CLI, refer [Install Azure CLI](https://go.microsoft.com/fwlink/?linkid=2297461).
4242
2. Run `az account set --subscription "<Subscription Name>"` to set subscription.
4343
3. Run `az extension add --name workloads` to install Workloads CLI extension.
44-
5. Execute az monitor create with required properties as per your AMS.
45-
`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`
46-
7. Monitor is restored once operation completes.
44+
5. Execute az monitor create with required properties as per your AMS.\
45+
`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`
46+
6. Monitor is restored once operation completes.
4747

4848

0 commit comments

Comments
 (0)