Skip to content

Commit 0cc0b7c

Browse files
authored
Merge pull request #108346 from stevemunk/how-to-secure-daemon-app
How to secure daemon app: Improve grammar.
2 parents 4d78fce + aaed7be commit 0cc0b7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-maps/how-to-secure-daemon-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Some managed identity benefits are:
7373

7474
### Host a daemon on non-Azure resources
7575

76-
When running on a non-Azure environment, managed identities aren't available. As such, you must configure a service principal through an Azure AD application registration for the daemon application.
76+
Managed identities are only available when running on an Azure environment. As such, you must configure a service principal through an Azure AD application registration for the daemon application.
7777

7878
#### Create new application registration
7979

80-
If you've already created your application registration, go to [Assign delegated API permissions](#assign-delegated-api-permissions).
80+
If you have already created your application registration, go to [Assign delegated API permissions](#assign-delegated-api-permissions).
8181

8282
To create a new application registration:
8383

@@ -169,7 +169,7 @@ To create a client secret:
169169

170170
:::image type="content" border="true" source="./media/how-to-manage-authentication/new-client-secret-add.png" alt-text="Add new client secret.":::
171171

172-
5. Copy the secret and store it securely in a service such as Azure Key Vault. Also, We'll use the secret in the [Request token with Managed Identity](#request-a-token-with-managed-identity) section of this article.
172+
5. Copy the secret and store it securely in a service such as Azure Key Vault. Also, use the secret in the [Request token with Managed Identity](#request-a-token-with-managed-identity) section of this article.
173173

174174
:::image type="content" border="true" source="./media/how-to-manage-authentication/copy-client-secret.png" alt-text="Copy client secret.":::
175175

@@ -200,7 +200,7 @@ To acquire the access token:
200200

201201
:::image type="content" border="true" source="./media/how-to-manage-authentication/get-token-params.png" alt-text="Copy token parameters.":::
202202

203-
We'll use the [Postman](https://www.postman.com/) application to create the token request, but you can use a different API development environment.
203+
This article uses the [Postman](https://www.postman.com/) application to create the token request, but you can use a different API development environment.
204204

205205
1. In the Postman app, select **New**.
206206

0 commit comments

Comments
 (0)