Skip to content

Commit aed4b0a

Browse files
Merge pull request #107531 from bandersmsft/master
CM+B - Cloudyn sunset work
2 parents c0eef6d + 16f8100 commit aed4b0a

22 files changed

+168
-103
lines changed

articles/cost-management-billing/cloudyn/activate-subs-accounts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ title: Activate Azure subscriptions and accounts
33
description: Enable access using Azure Resource Manager APIs for new and existing accounts and resolve common account problems.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 01/24/2020
6+
ms.date: 03/12/2020
77
ms.topic: conceptual
88
ms.service: cost-management-billing
99
ms.reviewer: vitavor
1010
ms.custom: secdec18
11+
ROBOTS: NOINDEX
1112
---
1213

1314

@@ -17,6 +18,8 @@ Adding or updating your Azure Resource Manager credentials allows Cloudyn to dis
1718

1819
Cloudyn cannot access most of your Azure subscription data when the subscription is _unactivated_. You must edit _unactivated_ accounts so that Cloudyn can access them.
1920

21+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
22+
2023
## Required Azure permissions
2124

2225
Specific permissions are needed to complete the procedures in this article. Either you or your tenant administrator must have both of the following permissions:

articles/cost-management-billing/cloudyn/azure-vm-extended-metrics.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ description: This article helps you enable and configure extended diagnostics me
44
author: bandersmsft
55
ms.reviewer: vitavor
66
ms.author: banders
7-
ms.date: 01/24/2020
7+
ms.date: 03/12/2020
88
ms.topic: conceptual
99
ms.service: cost-management-billing
1010
ms.custom: seodec18
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# Add extended metrics for Azure virtual machines
@@ -24,7 +25,9 @@ After you enable metric collection, you can:
2425
For example, you might want to monitor the CPU % and Memory % of your Azure VMs. The Azure VM metrics correspond to _Percentage CPU_ and _\Memory\% Committed Bytes In Use_.
2526

2627
> [!NOTE]
27-
> Extended metric data collection is only supported with Azure guest-level monitoring. Cloudyn is not compatible with the [Log Analytics agent](../../azure-monitor/platform/agents-overview.md).
28+
> Extended metric data collection is only supported with Azure guest-level monitoring. Cloudyn is not compatible with the [Log Analytics agent](../../azure-monitor/platform/agents-overview.md).
29+
30+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
2831

2932
## Determine whether extended metrics are enabled
3033

articles/cost-management-billing/cloudyn/connect-aws-account.md

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ title: Connect an Amazon Web Services account to Cloudyn in Azure
33
description: Connect an Amazon Web Services account to view cost and usage data in Cloudyn reports.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 01/24/2020
6+
ms.date: 03/12/2020
77
ms.topic: conceptual
88
ms.service: cost-management-billing
99
ms.reviewer: benshy
1010
ms.custom: seodec18
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# Connect an Amazon Web Services account
@@ -18,7 +19,7 @@ For more information about AWS IAM identities, see [Identities (Users, Groups, a
1819

1920
Also, you enable AWS detailed billing reports and store the information in an AWS simple storage service (S3) bucket. Detailed billing reports include billing charges with tag and resource information on an hourly basis. Storing the reports allows Cloudyn to retrieve them from your bucket and display the information in its reports.
2021

21-
22+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
2223
## AWS role-based access
2324

2425
The following sections walk you through creating a read-only IAM role to provide access to Cloudyn.
@@ -125,43 +126,43 @@ You create an S3 bucket to store detailed billing information.
125126

126127
```json
127128
{
128-
"Version": "2012-10-17",
129-
"Id": "Policy1426774604000",
130-
"Statement": [
131-
{
132-
"Sid": "Stmt1426774604000",
133-
"Effect": "Allow",
134-
"Principal": {
135-
"AWS": "arn:aws:iam::386209384616:root"
136-
},
137-
"Action": [
138-
"s3:GetBucketAcl",
139-
"s3:GetBucketPolicy"
140-
],
141-
"Resource": "arn:aws:s3:::<BillingBucketName>"
142-
},
143-
{
144-
"Sid": "Stmt1426774604001",
145-
"Effect": "Allow",
146-
"Principal": {
147-
"AWS": "arn:aws:iam::386209384616:root"
148-
},
149-
"Action": "s3:PutObject",
150-
"Resource": "arn:aws:s3:::<BillingBucketName>/*"
151-
},
152-
{
153-
"Sid": "Stmt1426774604002",
154-
"Effect": "Allow",
155-
"Principal": {
156-
"AWS": "<ReadOnlyUserOrRole>"
157-
},
158-
"Action": [
159-
"s3:List*",
160-
"s3:Get*"
161-
],
162-
"Resource": "arn:aws:s3:::<BillingBucketName>/*"
163-
}
164-
]
129+
"Version": "2012-10-17",
130+
"Id": "Policy1426774604000",
131+
"Statement": [
132+
{
133+
"Sid": "Stmt1426774604000",
134+
"Effect": "Allow",
135+
"Principal": {
136+
"AWS": "arn:aws:iam::386209384616:root"
137+
},
138+
"Action": [
139+
"s3:GetBucketAcl",
140+
"s3:GetBucketPolicy"
141+
],
142+
"Resource": "arn:aws:s3:::<BillingBucketName>"
143+
},
144+
{
145+
"Sid": "Stmt1426774604001",
146+
"Effect": "Allow",
147+
"Principal": {
148+
"AWS": "arn:aws:iam::386209384616:root"
149+
},
150+
"Action": "s3:PutObject",
151+
"Resource": "arn:aws:s3:::<BillingBucketName>/*"
152+
},
153+
{
154+
"Sid": "Stmt1426774604002",
155+
"Effect": "Allow",
156+
"Principal": {
157+
"AWS": "<ReadOnlyUserOrRole>"
158+
},
159+
"Action": [
160+
"s3:List*",
161+
"s3:Get*"
162+
],
163+
"Resource": "arn:aws:s3:::<BillingBucketName>/*"
164+
}
165+
]
165166
}
166167
```
167168

articles/cost-management-billing/cloudyn/connect-google-account.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ title: Connect a Google Cloud Platform account to Cloudyn in Azure
33
description: Connect a Google Cloud Platform account to view cost and usage data in Cloudyn reports.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 01/24/2020
6+
ms.date: 03/12/2020
77
ms.topic: conceptual
88
ms.service: cost-management-billing
99
ms.reviewer: benshy
1010
ms.custom: seodec18
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# Connect a Google Cloud Platform account
1415

1516
You can connect your existing Google Cloud Platform account to Cloudyn. After you connect your account to Cloudyn, cost and usage data is available in Cloudyn reports. This article helps you to configure and connect your Google account with Cloudyn.
1617

18+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
1719

1820
## Collect project information
1921

articles/cost-management-billing/cloudyn/cost-mgt-faq.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ title: Frequently asked questions for Cloudyn in Azure
33
description: This article provides answers to some of the common questions about Cloudyn.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 01/24/2020
6+
ms.date: 03/12/2020
77
ms.topic: troubleshooting
88
ms.service: cost-management-billing
99
ms.reviewer: benshy
1010
ms.custom: seodec18
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# Frequently asked questions for Cloudyn
1415

1516
This article addresses some common questions about Cloudyn. If you have questions about Cloudyn, you can ask them at [FAQs for Cloudyn](https://social.msdn.microsoft.com/Forums/en-US/231bf072-2c71-4121-8339-ac9d868137b9/faqs-for-cloudyn-cost-management?forum=Cloudyn).
1617

18+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
19+
1720
## How can I resolve common indirect enterprise setup problems?
1821

1922
When you first use the Cloudyn portal, you might see the following messages if you are an Enterprise Agreement or Cloud Solution Provider (CSP) user:
@@ -40,7 +43,7 @@ Before you can generate the Azure Enterprise Agreement API key to set up Cloudyn
4043

4144
You also might need to give department administrators, account owners, and enterprise administrators permissions to _view charges_ with the Billing API.
4245

43-
## Why dont I see Optimizer recommendations?
46+
## Why don't I see Optimizer recommendations?
4447

4548
Recommendation information is only available for accounts that are activated. You will not see any recommendation information in **Optimizer** report categories for accounts that are *unactivated*, including:
4649

@@ -52,13 +55,13 @@ If you cannot view any Optimizer recommendation data, then most likely, you have
5255

5356
To activate an account:
5457

55-
1. In the Cloudyn portal, click **Settings** in the upper right and select **Cloud Accounts**.
56-
2. On the Microsoft Azure Accounts tab, look for accounts that have an **unactivated** subscription.
57-
3. To the right of an unactivated account, click the **edit** symbol that resembles a pencil.
58-
4. Your tenant ID and rate ID is automatically detected. Click **Next**.
59-
5. Youre redirected to the Azure portal. Sign in to the portal and authorize Cloudyn Collector to access your Azure data.
60-
6. Next, youre redirected to the Cloudyn Accounts management page and your subscription is updated with **active** Account Status. It shows a green check mark symbol.
61-
7. If you dont see a green checkmark symbol for one or more of the subscriptions, it means that you do not have permissions to create a reader app (the CloudynCollector) for the subscription. A user with higher permissions for the subscription needs to repeat steps 3 and 4.
58+
1. In the Cloudyn portal, click **Settings** in the upper right and select **Cloud Accounts**.
59+
2. On the Microsoft Azure Accounts tab, look for accounts that have an **unactivated** subscription.
60+
3. To the right of an unactivated account, click the **edit** symbol that resembles a pencil.
61+
4. Your tenant ID and rate ID is automatically detected. Click **Next**.
62+
5. You're redirected to the Azure portal. Sign in to the portal and authorize Cloudyn Collector to access your Azure data.
63+
6. Next, you're redirected to the Cloudyn Accounts management page and your subscription is updated with **active** Account Status. It shows a green check mark symbol.
64+
7. If you don't see a green checkmark symbol for one or more of the subscriptions, it means that you do not have permissions to create a reader app (the CloudynCollector) for the subscription. A user with higher permissions for the subscription needs to repeat steps 3 and 4.
6265

6366
After you complete the preceding steps, you can view Optimizer recommendations within one to two days. However, it can take up to five days before full optimization data is available.
6467

@@ -69,7 +72,7 @@ First, let's look at the most common scenario that causes user accounts to get *
6972

7073
> Admin1 might be a Microsoft Cloud Solution Provider or Enterprise Agreement user. Their organization is ready to start using Cloudyn. He registers through the Azure portal and signs into the Cloudyn portal. As the person who registers the Cloudyn service and signs into the Cloudyn portal, Admin1 becomes the *primary administrator*. Admin1 does not create any user accounts. However, using the Cloudyn portal, they do create Azure accounts and set up an entity hierarchy. Admin1 informs Admin2, a tenant administrator, that they need to register with Cloudyn and sign in to the Cloudyn portal.
7174
>
72-
> Admin2 registers through the Azure portal. However when they try to sign in to the Cloudyn portal, they get an error saying their account is **suspended**. The primary administrator, Admin1, is notified of the account suspension. Admin1 needs to activate Admin2s account and grant *admin entity access* for the appropriate entities and allows user management access and active the user account.
75+
> Admin2 registers through the Azure portal. However when they try to sign in to the Cloudyn portal, they get an error saying their account is **suspended**. The primary administrator, Admin1, is notified of the account suspension. Admin1 needs to activate Admin2's account and grant *admin entity access* for the appropriate entities and allows user management access and active the user account.
7376
7477

7578
If you receive an alert with a request to allow access for a user, you need to activate the user account.

articles/cost-management-billing/cloudyn/dashboards.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ title: View key metrics with Cloudyn dashboards in Azure
33
description: This article describes how you can view key metrics with dashboards in Cloudyn.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 01/24/2020
6+
ms.date: 03/12/2020
77
ms.topic: conceptual
88
ms.service: cost-management-billing
99
ms.reviewer: vitavor
1010
ms.custom: seodec18
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# View key cost metrics with dashboards
1415

1516
Dashboards in Cloudyn provide a high-level view of reports. Dashboards allow you to view key cost metrics in a single view. They also provide business trend highlights to help you make important business decisions.
1617

18+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
19+
1720
Dashboards are also used to create views for people with different responsibilities in your organization, which might include:
1821

1922
- Financial controller

articles/cost-management-billing/cloudyn/manage-budgets.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Manage Cloudyn budgets in Azure
33
description: This article helps you quickly create budgets and start managing them in Cloudyn.
4-
54
author: bandersmsft
65
ms.author: banders
7-
ms.date: 01/24/2020
6+
ms.date: 03/12/2020
87
ms.topic: conceptual
98
ms.service: cost-management-billing
109
ms.reviewer: vitavor
1110
ms.custom: seodec18
11+
ROBOTS: NOINDEX
1212
---
1313

1414
# Manage Azure budgets with Cloudyn
@@ -23,6 +23,8 @@ Budget reports show the assigned budget. Users can view when their spending is o
2323

2424
Azure Cost Management offers similar functionality to Cloudyn. Azure Cost Management is a native Azure cost management solution. It helps you analyze costs, create and manage budgets, export data, and review and act on optimization recommendations to save money. For more information about budgets in Cost Management, see [Create and manage budgets](../costs/tutorial-acm-create-budgets.md).
2525

26+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
27+
2628
## Create budgets
2729

2830
When you create a budget, you set it for your fiscal year and it applies to a specific entity.

articles/cost-management-billing/cloudyn/overview.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,27 @@ title: Overview of Cloudyn in Azure
33
description: Cloudyn is a multi-cloud cost management solution that helps you use Azure and other cloud resources.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 01/24/2020
6+
ms.date: 03/12/2020
77
ms.topic: overview
88
ms.service: cost-management-billing
99
ms.reviewer: benshy
1010
ms.custom: seodec18
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# What is the Cloudyn service?
1415

1516
Cloudyn, a Microsoft subsidiary, allows you to track cloud usage and expenditures for your Azure resources and other cloud providers including AWS and Google. Easy-to-understand dashboard reports help with cost allocation and showbacks/chargebacks as well. Cloudyn helps optimize your cloud spending by identifying underutilized resources that you can then manage and adjust.
1617

17-
To watch an introductory video, see [Introduction to Azure Cloudyn](https://azure.microsoft.com/resources/videos/azure-cost-management-overview-and-demo).
18+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
1819

20+
To watch an introductory video, see [Introduction to Azure Cloudyn](https://azure.microsoft.com/resources/videos/azure-cost-management-overview-and-demo/).
21+
1922
Azure Cost Management offers similar functionality to Cloudyn. Azure Cost Management is a native Azure cost management solution. It helps you analyze costs, create and manage budgets, export data, and review and act on optimization recommendations to save money. For more information, see [Azure Cost Management](../cost-management-billing-overview.md).
20-
21-
Watch the [Azure Cost Management and Cloudyn video](https://www.youtube.com/watch?v=PmwFWwSluh8) to see recommendations when you should use either Azure Cost Management or Cloudyn, based on your business needs.
22-
23-
>[!VIDEO https://www.youtube.com/embed/PmwFWwSluh8]
23+
24+
Watch the [Azure Cost Management and Cloudyn video](https://www.youtube.com/watch?v=15DzKPMBRxM) to see recommendations when you should use either Azure Cost Management or Cloudyn, based on your business needs.
25+
26+
>[!VIDEO https://www.youtube.com/embed/15DzKPMBRxM]
2427
2528
## Cloudyn features moving to Azure Cost Management
2629

@@ -76,6 +79,6 @@ If you provisioned AWS Reserved Instances, you can improve your reserved instanc
7679

7780
## Next steps
7881

79-
Now that youre familiar with Cloudyn, the next step is to register your cloud environment and start exploring your data.
82+
Now that you're familiar with Cloudyn, the next step is to register your cloud environment and start exploring your data.
8083

81-
- [Register an individual Azure subscription](quick-register-azure-sub.md)
84+
- [Register with the CSP Partner program and view cost data](quick-register-csp.md)

articles/cost-management-billing/cloudyn/quick-register-azure-sub.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@ title: Register your Azure subscription with Cloudyn
33
description: This quickstart details the registration process needed to create a Cloudyn trial subscription and sign in to the Cloudyn portal.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 01/24/2020
6+
ms.date: 03/12/2020
77
ms.topic: quickstart
88
ms.custom: seodec18
99
ms.service: cost-management-billing
1010
ms.reviewer: benshy
11+
ROBOTS: NOINDEX
1112
---
1213

1314

1415
# Register an individual Azure subscription and view cost data
1516

1617
You use your Azure subscription to register with Cloudyn. Your registration provides access to the Cloudyn portal. This quickstart details the registration process needed to create a Cloudyn trial subscription and sign in to the Cloudyn portal. It also shows you how to start viewing cost data right away.
1718

19+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
20+
1821
## Sign in to Azure
1922

2023
- Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.com).

articles/cost-management-billing/cloudyn/quick-register-csp.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ title: Register using CSP Partner information with Cloudyn in Azure
44
description: This quickstart details the registration process needed to create a Cloudyn trial subscription and sign in to the Cloudyn portal.
55
author: bandersmsft
66
ms.author: banders
7-
ms.date: 01/24/2020
7+
ms.date: 03/12/2020
88
ms.topic: quickstart
99
ms.custom: seodec18
1010
ms.service: cost-management-billing
1111
ms.reviewer: benshy
12+
ROBOTS: NOINDEX
1213
---
1314

1415

@@ -17,6 +18,8 @@ ms.reviewer: benshy
1718
As a CSP partner, you can register with Cloudyn. Your registration provides access to the Cloudyn portal. This quickstart details the registration process needed to create a Cloudyn trial subscription and sign in to the Cloudyn portal. It also shows you how to start viewing cost data right away.
1819

1920

21+
[!INCLUDE [cloudyn-note](../../../includes/cloudyn-note.md)]
22+
2023
> [!NOTE]
2124
>
2225
> Only CSP Direct partners and CSP Indirect Providers can complete Cloudyn registration.
@@ -59,7 +62,7 @@ By default, the Partner Center API is only accessible to direct CSPs. However, a
5962
To enable access for indirect CSP customers or partners, follow the steps in [Register with Cloudyn](#register-with-cloudyn) to set up a trial registration. Next, complete the following steps to segment indirect CSP data by using Cloudyn entity groups. Then, assign the appropriate user permissions to the entity groups.
6063

6164
1. Create an entity group with the information at [Create entities](tutorial-user-access.md#create-and-manage-entities).
62-
2. Follow the steps at [Assigning subscriptions to Cost Entities](https://www.youtube.com/watch?v=d9uTWSdoQYo). Associate the indirect CSP customers account and their Azure subscriptions to the entity that you create previously.
65+
2. Follow the steps at [Assigning subscriptions to Cost Entities](https://www.youtube.com/watch?v=d9uTWSdoQYo). Associate the indirect CSP customer's account and their Azure subscriptions to the entity that you create previously.
6366
3. Follow the steps at [Create a user with admin access](tutorial-user-access.md#create-a-user-with-admin-access) to create a user account with Admin access. Then, ensure the user account has admin access to the specific entities that you created previously for the indirect account.
6467

6568
Indirect CSP partners sign in to the Cloudyn portal using the accounts that you created for them.

0 commit comments

Comments
 (0)