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/cognitive-services/Computer-vision/Tutorials/storage-lab-tutorial.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
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: computer-vision
11
11
ms.topic: tutorial
12
-
ms.date: 09/03/2019
12
+
ms.date: 09/04/2019
13
13
ms.author: pafarley
14
14
#Customer intent: As a developer of an image-intensive web app, I want to be able to automatically generate captions and search keywords for each of my images.
15
15
---
@@ -39,7 +39,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
39
39
40
40
You will need to create a Computer Vision resource for your Azure account; this resource manages your access to Azure's Computer Vision service.
41
41
42
-
1. Follow the instructions in [Create an Azure Cognitive Services resource](../../cognitive-services-apis-create-account.md#single-service-resource) to create a Computer Vision resource.
42
+
1. Follow the instructions in [Create an Azure Cognitive Services resource](../../cognitive-services-apis-create-account.md) to create a Computer Vision resource.
43
43
44
44
1. Then go to the menu for your resource group and click the Computer Vision API subscription that you just created. Copy the URL under **Endpoint** to somewhere you can easily retrieve it in a moment. Then click **Show access keys**.
Copy file name to clipboardExpand all lines: articles/cognitive-services/cognitive-services-apis-create-account-cli.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
@@ -18,13 +18,13 @@ Use this quickstart to get started with Azure Cognitive Services using the [Azur
18
18
19
19
In this quickstart, you'll learn how to sign up for Azure Cognitive Services and create an account that has a single-service or multi-service subscription, Using the [Azure Command Line Interface(CLI)](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest). These services are represented by Azure [resources](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-portal), which enable you to connect to one or more of the Azure Cognitive Services APIs.
Install the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest). To sign into your local installation of the CLI, run the [az login](https://docs.microsoft.com/cli/azure/reference-index#az-login) command:
Copy file name to clipboardExpand all lines: articles/cognitive-services/cognitive-services-apis-create-account.md
+28-35Lines changed: 28 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,43 +14,45 @@ ms.author: aahi
14
14
15
15
# Create a Cognitive Services resource using the Azure portal
16
16
17
-
Use this quickstart to create an Azure Cognitive Services resource using the Azure portal. After you have successfully created a Cognitive Services resource, you will obtain an endpoint and a key that you can use to authenticate your applications.
17
+
Use this quickstart to start using Azure Cognitive Services. After creating a Cognitive Service resource in the Azure portal, you'll get an endpoint and a key for authenticating your applications.
18
18
19
-
## Prerequisites
20
-
21
-
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free/).
Before creating a Cognitive Services resource, you must have an Azure resource group to contain the resource. When you create a new resource, you have the option to either create a new resource group, or use an existing one. This article shows how to create a new resource group.
22
+
## Prerequisites
28
23
29
-
1. Sign in to the [Azure portal](https://portal.azure.com), and click **+Create a resource**.
24
+
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free/).
The multi-service resource is named **Cognitive Services** in the portal. [Create a Cognitive Services resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne).
33
+
34
+
At this time, these services **can't** be called using a multi-service keys: QnA Maker, Speech Services, Custom Vision, and Anomaly Detector.
To see all available cognitive services, select **AI + Machine Learning**, under **Azure Marketplace**. If you don't see the service you're interested in, click on **See all** and scroll to **Cognitive Services**. Click **See more** to view the entire catalog of Cognitive Services.
39
+
Use the below links to create a resource for the available Cognitive Services:
48
40
49
-
Once you are on the service you are interested in, click **Create**.
3. On the **Create** page, provide the following information:
55
57
56
58
#### [Multi-service resource](#tab/multiservice)
@@ -85,32 +87,23 @@ Before creating a Cognitive Services resource, you must have an Azure resource g
85
87
86
88
## Get the keys for your resource
87
89
88
-
After the resource is successfully created, you get a pop-up notification in the top-right of the screen. From the notification, click **Go to resource**to see the cognitive service resource you created.
90
+
After your resource is successfully deployed, click on **Go to resource**under **Next Steps**.
89
91
90
-

92
+

91
93
92
-
From the quickstart pane that opens, you can access your endpoint and key.
94
+
From the quickstart pane that opens, you can access your key and endpoint.
93
95
94
96

Pricing tiers (and the amount you get billed) are based on the number of transactions you send using your authentication information. Each pricing tier specifies the:
101
-
* maximum number of allowed transactions per second (TPS).
102
-
* service features enabled within the pricing tier.
103
-
* The cost for a predefined number of transactions. Going above this amount will cause an extra charge as specified in the [pricing details](https://azure.microsoft.com/pricing/details/cognitive-services/custom-vision-service/) for your service.
104
-
105
100
## Clean up resources
106
101
107
102
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources contained in the group.
108
103
109
-
To remove a resource group using the Azure portal:
110
-
111
104
1. In the Azure portal, expand the menu on the left side to open the menu of services, and choose **Resource Groups** to display the list of your resource groups.
112
-
2. Locate the resource group to delete, and right-click the More button (...) on the right side of the listing.
113
-
3. Select **Delete resource group**, and confirm.
105
+
2. Locate the resource group containing the resource to be deleted
106
+
3.Right-click on the resource group listing. Select **Delete resource group**, and confirm.
Copy file name to clipboardExpand all lines: includes/cognitive-services-subscription-types.md
+7-18Lines changed: 7 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,13 @@ ms.date: 06/24/2019
6
6
ms.author: aahi
7
7
---
8
8
9
-
## Azure Cognitive Service resource types
10
-
11
9
<!-- > [!NOTE]
12
10
> Subscription owners can disable the creation of Cognitive Services resources for resource groups and subscriptions by applying [Azure policy](https://docs.microsoft.com/azure/governance/policy/overview#policy-definition), assigning a “Not allowed resource types” policy definition, and specifying **Microsoft.CognitiveServices/accounts** as the target resource type. -->
13
-
You can access Azure Cognitive Services through two different resources: A multi-service resource, or a single-service one. These subscriptions let you connect to either a single cognitive service or multiple cognitive services at once.
14
-
15
-
### Multi-service resource
16
-
17
-
Subscribing to a multi-service Cognitive Services resource:
18
-
* Lets you use a single Azure resource for most Azure Cognitive Services.
19
-
* You obtain a single key that can be used with multiple Azure Cognitive Services.
20
-
* Consolidates billing from the services you use. See [Cognitive Services pricing](https://azure.microsoft.com/pricing/details/cognitive-services/) for additional information.
21
-
22
-
>[!WARNING]
23
-
> At this time, these services **don't** support multi-service keys: QnA Maker, Speech Services, Custom Vision, and Anomaly Detector.
24
-
25
-
### Single-service resource
11
+
You can access Azure Cognitive Services through two different resources: A multi-service resource, or a single-service one.
26
12
27
-
Subscribing to a single-service Cognitive Services resource:
28
-
* Lets you use a specified cognitive service you create the resource for (such as Computer Vision or Speech Services).
29
-
* You obtain a key that is specific to the cognitive service you create a resource for.
13
+
* Multi-service resource:
14
+
* Access multiple Azure Cognitive Services with a single key and endpoint.
15
+
* Consolidates billing from the services you use.
16
+
* Single-service resource:
17
+
* Access a single Azure Cognitive Service with a unique key and endpoint for each service created.
0 commit comments