Skip to content

Commit a4dd1c1

Browse files
authored
Merge pull request #285493 from maud-lv/ml-scropc
Add SFI note
2 parents f86ba3c + 020a2a6 commit a4dd1c1

38 files changed

+153
-33
lines changed

articles/service-connector/concept-permission.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ Service Connector creates connections between Azure services using an [on-behalf
230230
231231
### Azure Cosmos DB
232232

233+
> [!WARNING]
234+
> 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.
235+
233236
> [!div class="mx-tableFixed"]
234237
> | Action | Description |
235238
> | --- | --- |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Refer to the steps and code below to connect to Azure App Configuration using a
6363

6464
### Connection string
6565

66+
> [!WARNING]
67+
> 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.
68+
6669
> [!div class="mx-tdBreakAll"]
6770
> | Default environment variable name | Description | Sample value |
6871
> | --------------------------------- | ------------| ------------ |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Use the connection details below to connect compute services to Kafka. For each
4242

4343
### Secret / Connection String
4444

45+
> [!WARNING]
46+
> 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.
47+
4548
#### SpringBoot client type
4649

4750
| Default environment variable name | Description | Example value |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Refer to the steps and code below to connect to Azure Cosmos DB for Cassandra us
7878

7979
### Connection String
8080

81+
> [!WARNING]
82+
> 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.
83+
8184
#### SpringBoot client type
8285

8386
| Default environment variable name | Description | Example value |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Refer to the steps and code below to connect to Azure Cosmos DB for MongoDB usin
7070

7171
### Connection string
7272

73+
> [!WARNING]
74+
> 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.
75+
7376
#### SpringBoot client type
7477

7578
| Default environment variable name | Description | Example value |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ Refer to the steps and code below to connect to Azure Cosmos DB for Gremlin usin
7676

7777
### Connection string
7878

79+
> [!WARNING]
80+
> 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.
81+
7982
| Default environment variable name | Description | Example value |
8083
|-----------------------------------|-----------------------------------------------|------------------------------------------------|
8184
| AZURE_COSMOS_HOSTNAME | Your Gremlin Unique Resource Identifier (UFI) | `<Azure-Cosmos-DB-account>.gremlin.cosmos.azure.com` |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ Refer to the steps and code below to connect to Azure Cosmos DB for NoSQL using
9494

9595
### Connection string
9696

97+
> [!WARNING]
98+
> 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.
99+
97100
#### SpringBoot client type
98101

99102
| Default environment variable name | Description | Example value |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ 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+
> [!WARNING]
77+
> 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.
78+
7679
#### Sample code
7780

7881
Refer to the steps and code below to connect to Azure Cosmos DB for Table using a connection string.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Refer to the steps and code below to connect to Azure Event Hubs using a user-as
107107

108108
### Connection string
109109

110+
> [!WARNING]
111+
> 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.
112+
110113
#### SpringBoot client type
111114

112115
> [!div class="mx-tdBreakAll"]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ Refer to the steps and code below to connect to Azure Database for MySQL using a
241241

242242
### Connection String
243243

244+
> [!WARNING]
245+
> 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.
246+
244247
#### [.NET](#tab/dotnet)
245248

246249
| Default environment variable name | Description | Example value |

0 commit comments

Comments
 (0)