Skip to content

Commit d6b6d4e

Browse files
committed
public portal
1 parent d60a4e4 commit d6b6d4e

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

articles/cognitive-services/QnAMaker/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Learn what's new in the service. These items may release notes, videos, blog pos
2222
Learn what's new with QnA Maker.
2323

2424
### November 2021
25-
* [Question answering](../language-service/question-answering/overview.md) is now [generally available](https://techcommunity.microsoft.com/t5/ai-cognitive-services-blog/question-answering-feature-is-generally-available/ba-p/2899497) as a feature within [Azure Cognitive Service for Language](https://ms.portal.azure.com/?quickstart=true#create/Microsoft.CognitiveServicesTextAnalytics).
25+
* [Question answering](../language-service/question-answering/overview.md) is now [generally available](https://techcommunity.microsoft.com/t5/ai-cognitive-services-blog/question-answering-feature-is-generally-available/ba-p/2899497) as a feature within [Azure Cognitive Service for Language](https://portal.azure.com/?quickstart=true#create/Microsoft.CognitiveServicesTextAnalytics).
2626
* Question answering is powered by **state-of-the-art transformer models** and [Turing](https://turing.microsoft.com/) Natural Language models.
2727
* The erstwhile QnA Maker product will be [retired](https://azure.microsoft.com/updates/azure-qna-maker-will-be-retired-on-31-march-2025/) on 31st March 2025, and no new QnA Maker resources will be created beginning 1st October 2022.
2828
* All existing QnA Maker customers are strongly advised to [migrate](../language-service/question-answering/how-to/migrate-qnamaker.md) their QnA Maker knowledge bases to Question answering as soon as possible to continue experiencing the best of QnA capabilities offered by Azure.

articles/cognitive-services/Speech-Service/custom-speech-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With Custom Speech, you can upload your own data, test and train a custom model,
2929

3030
Here's more information about the sequence of steps shown in the previous diagram:
3131

32-
1. [Create a project](how-to-custom-speech-create-project.md) and choose a model. Use a <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" title="Create a Speech resource" target="_blank">Speech resource</a> that you create in the Azure portal.
32+
1. [Create a project](how-to-custom-speech-create-project.md) and choose a model. Use a <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" title="Create a Speech resource" target="_blank">Speech resource</a> that you create in the Azure portal.
3333
1. [Upload test data](./how-to-custom-speech-upload-data.md). Upload test data to evaluate the Microsoft speech-to-text offering for your applications, tools, and products.
3434
1. [Test recognition quality](how-to-custom-speech-inspect-data.md). Use the [Speech Studio](https://aka.ms/speechstudio/customspeech) to play back uploaded audio and inspect the speech recognition quality of your test data.
3535
1. [Test model quantitatively](how-to-custom-speech-evaluate-data.md). Evaluate and improve the accuracy of the speech-to-text model. The Speech service provides a quantitative word error rate (WER), which you can use to determine if additional training is required.

articles/cognitive-services/Speech-Service/includes/common/azure-prerequisites-luis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ms.author: eur
99

1010
> [!div class="checklist"]
1111
> * Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
12-
> * <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">Create a Language resource</a> in the Azure portal. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production. You won't need a Speech resource this time.
12+
> * <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">Create a Language resource</a> in the Azure portal. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production. You won't need a Speech resource this time.
1313
> * Get the resource key and region. After your Language resource is deployed, select **Go to resource** to view and manage keys. For more information about Cognitive Services resources, see [Get the keys for your resource](~/articles/cognitive-services/cognitive-services-apis-create-account.md#get-the-keys-for-your-resource).

articles/cognitive-services/Speech-Service/includes/common/azure-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ms.author: eur
99

1010
> [!div class="checklist"]
1111
> * Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
12-
> * <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" title="Create a Speech resource" target="_blank">Create a Speech resource</a> in the Azure portal.
12+
> * <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" title="Create a Speech resource" target="_blank">Create a Speech resource</a> in the Azure portal.
1313
> * Get the resource key and region. After your Speech resource is deployed, select **Go to resource** to view and manage keys. For more information about Cognitive Services resources, see [Get the keys for your resource](~/articles/cognitive-services/cognitive-services-apis-create-account.md#get-the-keys-for-your-resource).

articles/cognitive-services/Translator/document-translation/create-sas-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To get started, you'll need the following resources:
3838

3939
* An active [Azure account](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [create a free account](https://azure.microsoft.com/free/).
4040

41-
* A [Translator](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) resource.
41+
* A [Translator](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) resource.
4242

4343
* A **standard performance** [Azure Blob Storage account](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). You'll create containers to store and organize your files within your storage account. If you don't know how to create an Azure storage account with a storage container, follow these quickstarts:
4444

articles/cognitive-services/cognitive-services-apis-create-account.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
3838
* **Speech** - Speech
3939
* **Vision** - Computer Vision, Custom Vision, Face
4040

41-
1. You can select this link to create an Azure Cognitive multi-service resource: [Create a Cognitive Services resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne).
41+
1. You can select this link to create an Azure Cognitive multi-service resource: [Create a Cognitive Services resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne).
4242

4343
1. On the **Create** page, provide the following information:
4444

@@ -51,10 +51,10 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
5151
### [Decision](#tab/decision)
5252

5353
1. You can select one of these links to create a Decision resource:
54-
- [Anomaly Detector](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector)
55-
- [Content Moderator](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesContentModerator)
56-
- [Metrics Advisor](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesMetricsAdvisor)
57-
- [Personalizer](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesPersonalizer)
54+
- [Anomaly Detector](https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector)
55+
- [Content Moderator](https://portal.azure.com/#create/Microsoft.CognitiveServicesContentModerator)
56+
- [Metrics Advisor](https://portal.azure.com/#create/Microsoft.CognitiveServicesMetricsAdvisor)
57+
- [Personalizer](https://portal.azure.com/#create/Microsoft.CognitiveServicesPersonalizer)
5858

5959
1. On the **Create** page, provide the following information:
6060

@@ -65,11 +65,11 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
6565
### [Language](#tab/language)
6666

6767
1. You can select one of these links to create a Language resource:
68-
- [Immersive reader](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesImmersiveReader)
69-
- [Language Understanding (LUIS)](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne)
70-
- [Language service](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics)
71-
- [Translator](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation)
72-
- [QnA Maker](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesQnAMaker)
68+
- [Immersive reader](https://portal.azure.com/#create/Microsoft.CognitiveServicesImmersiveReader)
69+
- [Language Understanding (LUIS)](https://portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne)
70+
- [Language service](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics)
71+
- [Translator](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation)
72+
- [QnA Maker](https://portal.azure.com/#create/Microsoft.CognitiveServicesQnAMaker)
7373

7474
1. On the **Create** page, provide the following information:
7575

@@ -79,7 +79,7 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
7979

8080
### [Speech](#tab/speech)
8181

82-
1. You can select this link to create a Speech resource: [Speech Services](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices)
82+
1. You can select this link to create a Speech resource: [Speech Services](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices)
8383

8484
1. On the **Create** page, provide the following information:
8585

@@ -90,9 +90,9 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
9090
### [Vision](#tab/vision)
9191

9292
1. You can select one of these links to create a Vision resource:
93-
- [Computer vision](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision)
94-
- [Custom vision service](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesCustomVision)
95-
- [Face](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesFace)
93+
- [Computer vision](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision)
94+
- [Custom vision service](https://portal.azure.com/#create/Microsoft.CognitiveServicesCustomVision)
95+
- [Face](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace)
9696

9797
1. On the **Create** page, provide the following information:
9898

@@ -112,7 +112,7 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
112112

113113
1. From the quickstart pane that opens, you can access the resource endpoint and manage keys.
114114
<!--
115-
1. If you missed the previous steps or need to find your resource later, go to the [Azure services](https://ms.portal.azure.com/#home) home page. From here you can view recent resources, select **My resources**, or use the search box to find your resource by name.
115+
1. If you missed the previous steps or need to find your resource later, go to the [Azure services](https://portal.azure.com/#home) home page. From here you can view recent resources, select **My resources**, or use the search box to find your resource by name.
116116
117117
:::image type="content" source="media/cognitive-services-apis-create-account/home-my-resources.png" alt-text="Find resource keys from home screen":::
118118
-->

0 commit comments

Comments
 (0)