Skip to content

Commit db4ebd0

Browse files
committed
Add missing space
1 parent b62dde1 commit db4ebd0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/service-connector/how-to-integrate-ai-services.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Use the connection details below to connect compute services to Azure AI Service
5252
| AZURE_AISERVICES_SPEECH_ENDPOINT | Speech to Text (Standard) API endpoint | `https://<location>.stt.speech.microsoft.com` |
5353

5454
#### Sample code
55+
5556
Refer to the steps and code below to connect to Azure AI Services using a system-assigned managed identity.
5657
[!INCLUDE [code sample for app config](./includes/code-ai-services-microsoft-entra-id.md)]
5758

@@ -65,6 +66,7 @@ Refer to the steps and code below to connect to Azure AI Services using a system
6566
| AZURE_AISERVICES_CLIENTID | Your client ID | `<client-ID>` |
6667

6768
#### Sample code
69+
6870
Refer to the steps and code below to connect to Azure AI Services using a user-assigned managed identity.
6971
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-microsoft-entra-id.md)]
7072

@@ -78,7 +80,8 @@ Refer to the steps and code below to connect to Azure AI Services using a user-a
7880
> | AZURE_AISERVICES_SPEECH_ENDPOINT | Speech to Text (Standard) API endpoint | `https://<location>.stt.speech.microsoft.com` |
7981
> | AZURE_AISERVICES_KEY | Azure AI Services API key | `<api-key>` |
8082
81-
#### Sample Code
83+
#### Sample code
84+
8285
Refer to the steps and code below to connect to Azure AI Services using a connection string.
8386
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-secret.md)]
8487

@@ -95,6 +98,7 @@ Refer to the steps and code below to connect to Azure AI Services using a connec
9598
| AZURE_AISERVICES_TENANTID | Your tenant ID | `<tenant-ID>` |
9699

97100
#### Sample code
101+
98102
Refer to the steps and code below to connect to Azure AI Services using a service principaL.
99103
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-microsoft-entra-id.md)]
100104

@@ -103,4 +107,3 @@ Refer to the steps and code below to connect to Azure AI Services using a servic
103107
* [Connect to an Azure AI multi-service resource](./how-to-integrate-cognitive-services.md)
104108
* [Azure OpenAI Service integration](./how-to-integrate-openai.md)
105109
* [Connect to Azure OpenAI Service in AKS using a Workload Identity](./tutorial-python-aks-openai-workload-identity.md)
106-
* [Learn about Service Connector concepts](./concept-service-connector-internals.md)

articles/service-connector/how-to-integrate-cognitive-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This table indicates that all combinations of client types and authentication me
4343

4444
Use the connection details below to connect compute services to an Azure AI multi-service resource. For more information about naming conventions, refer to the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
4545

46-
### System-assigned managed identity
46+
### System-assigned managed identity (recommended)
4747

4848
| Default environment variable name | Description | Sample value |
4949
| --------------------------------- | ---------------------------- | ------------------------------------------------ |

0 commit comments

Comments
 (0)