You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-secure-daemon-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,11 @@ Some managed identity benefits are:
73
73
74
74
### Host a daemon on non-Azure resources
75
75
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.
77
77
78
78
#### Create new application registration
79
79
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).
81
81
82
82
To create a new application registration:
83
83
@@ -169,7 +169,7 @@ To create a client secret:
169
169
170
170
:::image type="content" border="true" source="./media/how-to-manage-authentication/new-client-secret-add.png" alt-text="Add new client secret.":::
171
171
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.
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.
0 commit comments