Skip to content

Commit 2643047

Browse files
committed
Update note title
1 parent f53a838 commit 2643047

24 files changed

+27
-24
lines changed

articles/service-connector/concept-permission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Service Connector creates connections between Azure services using an [on-behalf
230230
231231
### Azure Cosmos DB
232232

233-
> [!IMPORTANT]
233+
> [!WARNING]
234234
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
235235
236236
> [!div class="mx-tableFixed"]

articles/service-connector/how-to-integrate-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Refer to the steps and code below to connect to Azure App Configuration using a
6363

6464
### Connection string
6565

66-
> [!IMPORTANT]
66+
> [!WARNING]
6767
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
6868
6969
> [!div class="mx-tdBreakAll"]

articles/service-connector/how-to-integrate-confluent-kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use the connection details below to connect compute services to Kafka. For each
4242

4343
### Secret / Connection String
4444

45-
> [!IMPORTANT]
45+
> [!WARNING]
4646
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
4747
4848
#### SpringBoot client type

articles/service-connector/how-to-integrate-cosmos-cassandra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Refer to the steps and code below to connect to Azure Cosmos DB for Cassandra us
7878

7979
### Connection String
8080

81-
> [!IMPORTANT]
81+
> [!WARNING]
8282
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
8383
8484
#### SpringBoot client type

articles/service-connector/how-to-integrate-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Refer to the steps and code below to connect to Azure Cosmos DB for MongoDB usin
7070

7171
### Connection string
7272

73-
> [!IMPORTANT]
73+
> [!WARNING]
7474
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
7575
7676
#### SpringBoot client type

articles/service-connector/how-to-integrate-cosmos-gremlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Refer to the steps and code below to connect to Azure Cosmos DB for Gremlin usin
7676

7777
### Connection string
7878

79-
> [!IMPORTANT]
79+
> [!WARNING]
8080
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
8181
8282
| Default environment variable name | Description | Example value |

articles/service-connector/how-to-integrate-cosmos-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Refer to the steps and code below to connect to Azure Cosmos DB for NoSQL using
9494

9595
### Connection string
9696

97-
> [!IMPORTANT]
97+
> [!WARNING]
9898
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
9999
100100
#### SpringBoot client type

articles/service-connector/how-to-integrate-cosmos-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Refer to the steps and code below to connect to Azure Cosmos DB for Table using
7373
|-----------------------------------|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7474
| AZURE_COSMOS_CONNECTIONSTRING | Azure Cosmos DB for Table connection string | `DefaultEndpointsProtocol=https;AccountName=<account-name>;AccountKey=<account-key>;TableEndpoint=https://<table-name>.table.cosmos.azure.com:443/; ` |
7575

76-
> [!IMPORTANT]
76+
> [!WARNING]
7777
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
7878
7979
#### Sample code

articles/service-connector/how-to-integrate-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Refer to the steps and code below to connect to Azure Event Hubs using a user-as
107107

108108
### Connection string
109109

110-
> [!IMPORTANT]
110+
> [!WARNING]
111111
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
112112
113113
#### SpringBoot client type

articles/service-connector/how-to-integrate-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Refer to the steps and code below to connect to Azure Database for MySQL using a
241241

242242
### Connection String
243243

244-
> [!IMPORTANT]
244+
> [!WARNING]
245245
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
246246
247247
#### [.NET](#tab/dotnet)

0 commit comments

Comments
 (0)