Skip to content

Commit 7fda089

Browse files
committed
Copy edit per PR review
1 parent 8966e2e commit 7fda089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/nosql/quickstart-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ When developing locally with passwordless authentication, make sure the user acc
228228
--body @role-definition.json
229229
```
230230
231-
1. When the command is finished, it outputs an object that includes an `id` field. Record the value from the `id` field as you use it a follow-up step.
231+
1. When the command is finished, it outputs an object that includes an `id` field. Record the value from the `id` field. You use this value in an upcoming step.
232232
233233
> [!TIP]
234234
> If you need to get the `id` again, you can use the `az cosmosdb sql role definition list` command:
@@ -241,7 +241,7 @@ When developing locally with passwordless authentication, make sure the user acc
241241
> ```
242242
>
243243
244-
1. For local development, get your currently logged in **service principal id**.
244+
1. For local development, get your currently logged in **service principal id**. Record this value as you'll also use this value in the next step.
245245
246246
```azurecli
247247
az ad signed-in-user show --query id
@@ -296,7 +296,7 @@ Application requests to most Azure services must be authorized. Using the <xref:
296296
297297
The client authentication code for this project is in the `src/web/Program.cs` file.
298298
299-
For example, your app can authenticate using your Visual Studio sign-in credentials when developing locally, and then use a system-assigned managed identity once it has been deployed to Azure. No code changes are required for this transition between environments
299+
For example, your app can authenticate using your Visual Studio sign-in credentials when developing locally, and then use a system-assigned managed identity once it has been deployed to Azure. No code changes are required for this transition between environments.
300300
301301
:::code language="csharp" source="~/cosmos-db-nosql-dotnet-quickstart/src/web/Program.cs" id="create_client":::
302302

0 commit comments

Comments
 (0)