You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/billing/billing-how-to-change-credit-card.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ ms.author: cwatson
20
20
---
21
21
# Add, update, or remove a credit or debit card for Azure
22
22
23
-
In the Account Center, you can add a new credit card, update an existing credit card, or delete a credit card that you don't use. You must be [Account Administrator](billing-subscription-transfer.md#whoisaa) to make these changes.
23
+
In the Account Center, you can add a new credit card, update an existing credit card, or delete a credit card that you don't use. You must be an [Account Administrator](billing-subscription-transfer.md#whoisaa) to make these changes.
24
24
25
25
**Want to switch to pay by invoice?** See [Pay for Azure subscriptions by invoice](billing-how-to-pay-by-invoice.md).
26
26
@@ -78,7 +78,7 @@ If you need to remove your credit or debit card before the 90-day retention peri
78
78
79
79
### Why do I keep getting "Your login session has expired. Please click here to log back in"?
80
80
81
-
If you keep getting this error message even if already you logged out and back in, try again with a private browsing session.
81
+
If you keep getting this error message even if you've already logged out and back in, try again with a private browsing session.
82
82
83
83
### How do I use a different card for each subscription I have?
Copy file name to clipboardExpand all lines: articles/cognitive-services/cognitive-services-container-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: diberry
15
15
16
16
# Container support in Azure Cognitive Services
17
17
18
-
Container support in Azure Cognitive Services allows developers to use the same rich APIs that are available in Azure, but with the flexibility that comes with [Docker containers](https://www.docker.com/what-container). Container support is currently available in preview for a subset of Azure Cognitive Services, including parts of [Computer Vision](Computer-vision/Home.md), [Face](Face/Overview.md), and [Text Analytics](text-analytics/overview.md).
18
+
Container support in Azure Cognitive Services allows developers to use the same rich APIs that are available in Azure, and enables flexibility in where to deploy and host the services that come with [Docker containers](https://www.docker.com/what-container). Container support is currently available in preview for a subset of Azure Cognitive Services, including parts of [Computer Vision](Computer-vision/Home.md), [Face](Face/Overview.md), and [Text Analytics](text-analytics/overview.md).
19
19
20
20
Containerization is an approach to software distribution in which an application or service, including its dependencies & configuration, is packaged together as a container image. With little or no modification, a container image can be deployed on a container host. Containers are isolated from each other and the underlying operating system, with a smaller footprint than a virtual machine. Containers can be instantiated from container images for short-term tasks, and removed when no longer needed.
21
21
@@ -74,4 +74,4 @@ Install and explore the functionality provided by containers in Azure Cognitive
74
74
75
75
*[Install and use Computer Vision containers](Computer-vision/computer-vision-how-to-install-containers.md)
76
76
*[Install and use Face containers](Face/face-how-to-install-containers.md)
77
-
*[Install and use Text Analytics containers](text-analytics/how-tos/text-analytics-how-to-install-containers.md)
77
+
*[Install and use Text Analytics containers](text-analytics/how-tos/text-analytics-how-to-install-containers.md)
Copy file name to clipboardExpand all lines: articles/cost-management/tutorial-export-acm-data.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom:
14
14
15
15
# Tutorial: Create and manage exported data
16
16
17
-
If you read the Cost Analysis tutorial, then you're familiar with manually downloading your Cost Management data. However, you can create a daily recurring task that automatically exports your Cost Management data daily to Azure storage. Exported data is in CSV format and it contains all the information that's collected by Cost Management. You can then use the exported data in Azure storage with external systems and combine it with your own custom data. And you can use your exported data in an external system like a dashboard or other financial system.
17
+
If you read the Cost Analysis tutorial, then you're familiar with manually downloading your Cost Management data. However, you can create a recurring task that automatically exports your Cost Management data to Azure storage on a daily, weekly, or monthly basis. Exported data is in CSV format and it contains all the information that's collected by Cost Management. You can then use the exported data in Azure storage with external systems and combine it with your own custom data. And you can use your exported data in an external system like a dashboard or other financial system.
18
18
19
19
The examples in this tutorial walk you though exporting your cost management data and then verify that the data was successfully exported.
20
20
@@ -43,11 +43,17 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
43
43
44
44
Cost Management + Billing > Cost Management > select a subscription or resource group in a subscription > Export >**Add**.
45
45
46
-
Type a name for the export and specify the subscription, Azure storage account, container, and the file storage directory or blob container, then click **Create**.
46
+
Type a name for the export and select the "Daily export of month-to-date costs" option. Click **Next**.
Your new export appears in the list of exports. By default, new exports are enabled, and they run daily. If you want to disable or delete a scheduled export, click any item in the list and then click either **Disable** or **Delete**.
50
+
Specify the subscription for your Azure storage account, then select your storage account. Specify the storage container and the directory path that you'd like the export file to go to. Click **Next**.
Your new export appears in the list of exports. By default, new exports are enabled. If you want to disable or delete a scheduled export, click any item in the list and then click either **Disable** or **Delete**.
51
57
52
58
Initially, it can take one to two hours before the export runs. However, it can take up to four hours before data is shown in exported files.
0 commit comments