Skip to content

Commit f9e8117

Browse files
authored
Merge pull request #212325 from lauradolan/sap-cost-analysis
SAP: view cost analysis for ACSS VIS resource
2 parents 68854e8 + 77d40b9 commit f9e8117

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed

articles/center-sap-solutions/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
ms.topic: landing-page
1010
author: lauradolan
1111
ms.author: ladolan
12-
ms.date: 07/19/2022
12+
ms.date: 09/23/2022
1313

1414
landingContent:
1515
- title: About Azure Center for SAP solutions
@@ -44,6 +44,8 @@ landingContent:
4444
url: manage-virtual-instance.md
4545
- text: Get quality checks and insights
4646
url: get-quality-checks-insights.md
47+
- text: View cost analysis for SAP system
48+
url: view-cost-analysis.md
4749

4850
- title: Monitor
4951
linkLists:

articles/center-sap-solutions/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ items:
3333
href: start-stop-sap-systems.md
3434
- name: Get quality checks and insights
3535
href: get-quality-checks-insights.md
36+
- name: View cost analysis for SAP system
37+
href: view-cost-analysis.md
3638

3739
- name: Monitoring
3840
items:
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: View post-deployment cost analysis in Azure Center for SAP solutions (preview)
3+
description: Learn how to view the cost of running an SAP system through the Virtual Instance for SAP solutions (VIS) resource in Azure Center for SAP solutions (ACSS).
4+
ms.service: azure-center-sap-solutions
5+
ms.topic: how-to
6+
ms.date: 09/23/2022
7+
ms.author: kanamudu
8+
author: kalyaninamuduri
9+
#Customer intent: As an SAP Basis Admin, I want to understand the cost incurred for running SAP systems on Azure.
10+
---
11+
12+
# View post-deployment cost analysis for SAP system (preview)
13+
14+
[!INCLUDE [Preview content notice](./includes/preview.md)]
15+
16+
In this how-to guide, you'll learn how to view the running cost of your SAP systems through the *Virtual Instance for SAP solutions (VIS)* resource in *Azure Center for SAP solutions (ACSS)*.
17+
18+
After you deploy or register an SAP system as a VIS resource, you can [view the cost of running that SAP system on the VIS resource's page](#view-cost-analysis). This feature shows the post-deployment running costs in the context of your SAP system. When you have Azure resources of multiple SAP systems in a single resource group, you no longer need to analyze the cost for each system. Instead, you can easily view the system-level cost from the VIS resource.
19+
20+
## How does cost analysis work?
21+
22+
When you deploy infrastructure for a new SAP system with ACSS or register an existing system with ACSS, the **costanalysis-parent** tag is added to all virtual machines (VMs), disks, and load balancers related to that SAP system. The cost is determined by the total cost of all the Azure resources in the system with the **costanalysis-parent** tag.
23+
Whenever there are changes to the SAP system, such as the addition or removal of Application Server Instance VMs, tags are updated on the relevant Azure resources.
24+
25+
> [!NOTE]
26+
> If you register an existing SAP system as a VIS, the cost analysis only shows data after the time of registration. Even if some infrastructure resources might have been deployed before the registration, the cost analysis tags aren't applied to historical data.
27+
28+
The following Azure resources aren't included in the SAP system-level cost analysis. This list includes some resources that might be shared across multiple SAP systems.
29+
30+
- Virtual networks
31+
- Storage accounts
32+
- Azure NetApp files (ANF)
33+
- Azure key vaults
34+
- Azure Monitor for SAP solutions resources
35+
- Azure Backup resources
36+
37+
Cost and usage data is typically available within 8-24 hours. As such, your VIS resource can take 8-24 hours to start showing cost analysis data.
38+
39+
## View cost analysis
40+
41+
To view the post-deployment costs of running an SAP system registered as a VIS resource:
42+
43+
1. Sign in to the [Azure portal](https://portal.azure.com).
44+
1. Search for and select **Azure Center for SAP solutions** in the Azure portal's search bar.
45+
1. Select **Virtual Instance for SAP solutions** in the sidebar menu.
46+
1. Select a VIS resource that is either successfully deployed or registered.
47+
1. Select **Cost Analysis** in the sidebar menu.
48+
1. To change the cost analysis from table view to a chart view, select the **Column (grouped)** option.
49+
50+
## Next steps
51+
52+
- [Monitor SAP system from the Azure portal](monitor-portal.md)
53+
- [Get quality checks and insights for a VIS resource](get-quality-checks-insights.md)
54+
- [Start and Stop SAP systems](start-stop-sap-systems.md)

0 commit comments

Comments
 (0)