Skip to content

Commit 229b786

Browse files
Update enable-dedicated-hosting-plan.md
1 parent c0c1d19 commit 229b786

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: vaidehikher
1212

1313
# Enable Dedicated Hosting Plan
1414

15-
One of the features of Azure Monitor for SAP solutions is that it uses an Azure function to collect and process the data from your SAP systems. The service deploys and manages the Azure function, so you do not need to configure or maintain it. However, you may want to optimize the cost and reliability of the Azure function based on your monitoring needs and usage patterns.
15+
One of the features of Azure Monitor for SAP solutions is that it uses an Azure function to collect and process the data from your SAP systems. The service deploys and manages the Azure function, so you don't need to configure or maintain it. However, you may want to optimize the cost and reliability of the Azure function based on your monitoring needs and usage patterns.
1616

1717
This new feature allows you to switch the hosting plan of the Azure function that is used inside of Azure Monitor for SAP solutions. With this feature, you can migrate to the dedicated plan for the Azure functions. The hosting plan of the Azure function determines how the function app is scaled and billed.
1818

@@ -25,10 +25,10 @@ Ensure there are no locks on monitor subnet's Resource Group
2525
1. Navigate to Overview Section of the AMS monitor. Verify the hosting option is Elastic Premium. Then click on Edit Option.
2626
![Screenshot of Changing Azure Function Hosting Plan in AMS from Overview Section.](articles/sap/monitor/media/enable-dedicated-hosting-plan/change-hosting-plan.png)
2727

28-
2. In the popup that opens click on Update and then Confirm.
28+
2. Navigate to the popup that opens click on Update and then Confirm.
2929
![Screenshot of successful migration.](articles/sap/monitor/media/enable-dedicated-hosting-plan/successful.png)
3030

31-
3. When deployment succeeds. Hosting plan is updated in overview section.
31+
3. When deployment succeeds, Hosting plan is updated in overview section.
3232

3333
## Steps to revert to Elastic Plan on unhealthy AMS
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.
@@ -43,5 +43,6 @@ Ensure the storage account has public network access:
4343
3. Run `az extension add --name workloads` to install Workloads CLI extension.
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`
46-
7. Monitor will be restored once operation completes.
46+
7. Monitor is restored once operation completes.
47+
4748

0 commit comments

Comments
 (0)