Skip to content

Commit 8d79a3e

Browse files
committed
fixes from review
1 parent b28140e commit 8d79a3e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

articles/ai-services/authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Authentication in Azure AI services
33
titleSuffix: Azure AI services
44
description: "There are three ways to authenticate a request to an Azure AI services resource: a resource key, a bearer token, or a multi-service subscription. In this article, you'll learn about each method, and how to make a request."
55
services: cognitive-services
6-
author: PatrickFarley
6+
author: mgreenegit
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.custom: devx-track-azurepowershell
1010
ms.topic: how-to
11-
ms.date: 09/01/2022
12-
ms.author: pafarley
11+
ms.date: 08/30/2023
12+
ms.author: migreene
1313
---
1414

1515
# Authenticate requests to Azure AI services

articles/ai-services/includes/quickstarts/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PowerShell includes an extensible solution,
2323
[Secret Management](/powershell/module/microsoft.powershell.secretmanagement),
2424
for storing secure strings in platforms such as [Secret Store](/powershell/module/microsoft.powershell.secretstore) or [Azure KeyVault](/powershell/utility-modules/secretmanagement/how-to/using-azure-keyvault).
2525

26-
To setup a secret store to host secure strings, see the article
26+
To set up a secret store to host secure strings, see the article
2727
[Getting started using secret store](/powershell/utility-modules/secretmanagement/get-started/using-secretstore). Then use the following examples to store your api keys.
2828

2929
```powershell

articles/ai-services/includes/quickstarts/management-azps.md renamed to articles/ai-services/includes/quickstarts/management-azpowershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mgreenegit
77
manager: nitinme
88
ms.service: cognitive-services
99
keywords: Azure AI services, cognitive intelligence, cognitive solutions, ai services
10-
ms.topic: quickstart
10+
ms.topic: include
1111
ms.date: 08/29/2022
1212
ms.author: migreene
1313
ms.custom: mode-api, devx-track-azurepowershell

articles/ai-services/multi-service-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ The multi-service resource enables access to the following Azure AI services wit
5656

5757
::: zone-end
5858

59-
::: zone pivot="azps"
59+
::: zone pivot="azpowershell"
6060

61-
[!INCLUDE [Azure PowerShell quickstart](includes/quickstarts/management-azps.md)]
61+
[!INCLUDE [Azure PowerShell quickstart](includes/quickstarts/management-azpowershell.md)]
6262

6363
::: zone-end
6464

articles/ai-services/openai/includes/chatgpt-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The [GPT-35-Turbo & GPT-4 how-to guide](../how-to/chatgpt.md) provides an in-dep
172172
If you want to clean up and remove an OpenAI resource, you can delete the resource. Before deleting the resource, you must first delete any deployed models.
173173

174174
- [Portal](../../multi-service-resource.md?pivots=azportal#clean-up-resources)
175-
- [Azure PowerShell](../../multi-service-resource.md?pivots=azps#clean-up-resources)
175+
- [Azure PowerShell](../../multi-service-resource.md?pivots=azpowershell#clean-up-resources)
176176

177177
## Next steps
178178

articles/ai-services/openai/includes/dall-e-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The image generation APIs come with a content moderation filter. If the service
160160
If you want to clean up and remove an Azure OpenAI resource, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
161161

162162
- [Azure portal](../../multi-service-resource.md?pivots=azportal#clean-up-resources)
163-
- [Azure PowerShell](../../multi-service-resource.md?pivots=azps#clean-up-resources)
163+
- [Azure PowerShell](../../multi-service-resource.md?pivots=azpowershell#clean-up-resources)
164164

165165
## Next steps
166166

articles/ai-services/openai/includes/powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Azure OpenAI also performs content moderation on the prompt inputs and generated
147147
If you want to clean up and remove an OpenAI resource, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
148148

149149
- [Portal](../../multi-service-resource.md?pivots=azportal#clean-up-resources)
150-
- [Azure PowerShell](../../multi-service-resource.md?pivots=azps#clean-up-resources)
150+
- [Azure PowerShell](../../multi-service-resource.md?pivots=azpowershell#clean-up-resources)
151151

152152
## Next steps
153153

0 commit comments

Comments
 (0)