Skip to content

Commit b6369a2

Browse files
authored
Merge pull request #205680 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 53394b6 + bb1021e commit b6369a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/app-service/tutorial-connect-msi-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Here's an example of the output:
236236
sqlcmd -S <server-name>.database.windows.net -d <db-name> -U <aad-user-name> -P "<aad-password>" -G -l 30
237237
```
238238
239-
1. In the SQL prompt for the database you want, run the following commands to grant the permissions your app needs. For example,
239+
1. In the SQL prompt for the database you want, run the following commands to grant the minimum permissions your app needs. For example,
240240
241241
```sql
242242
CREATE USER [<identity-name>] FROM EXTERNAL PROVIDER;

articles/service-fabric/cluster-resource-manager-subclustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For example, if we have a node property called NodeColor and we have three nodes
7878

7979
* Node 1: NodeColor=Red
8080
* Node 2: NodeColor=Blue
81-
* Node 2: NodeColor=Green
81+
* Node 3: NodeColor=Green
8282

8383
And we have two services:
8484

articles/virtual-desktop/safe-url-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Any [Remote Desktop clients](user-documentation/connect-windows-7-10.md?toc=%2Fa
139139

140140
| Address | Outbound TCP port | Purpose | Client(s) |
141141
|--|--|--|--|
142-
| `*.wvd.microsoft.us` | 443 | Service traffic | All |
142+
| `*.wvd.azure.us` | 443 | Service traffic | All |
143143
| `*.servicebus.usgovcloudapi.net` | 443 | Troubleshooting data | All |
144144
| `go.microsoft.com` | 443 | Microsoft FWLinks | All |
145145
| `aka.ms` | 443 | Microsoft URL shortener | All |

0 commit comments

Comments
 (0)