File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ If the deployment fails with code FunctionAppRestoreFailed or if restoration to
35
35
### Prerequisite
36
36
Ensure the storage account has public network access:
37
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.
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.
40
40
### 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 `
44
44
5. Execute az monitor create with required properties as per your AMS.\
45
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
46
6. Monitor is restored once operation completes.
You can’t perform that action at this time.
0 commit comments