Skip to content

Commit 1b7abf5

Browse files
authored
Update analysis-services-async-refresh.md
1 parent 9caf08d commit 1b7abf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/analysis-services/analysis-services-async-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The code sample uses [service principal](#service-principal) authentication.
211211

212212
### Service principal
213213

214-
See [Create service principal - Azure portal](../active-directory/develop/howto-create-service-principal-portal.md) and [Add a service principal to the server administrator role](analysis-services-addservprinc-admins.md) for more info on how to set up a service principal and assign the necessary permissions in Azure AS. After you've completed the steps, complete the following additional steps:
214+
See [Create service principal - Azure portal](../active-directory/develop/howto-create-service-principal-portal.md) and [Add a service principal to the server administrator role](analysis-services-addservprinc-admins.md) for more info and follow the steps on how to set up a service principal and assign the necessary permissions in Azure AS. Then complete the following additional steps:
215215

216216
1. In the code sample, find **string authority = …**, replace **common** with your organization's tenant ID.
217217
2. Comment/uncomment so the ClientCredential class is used to instantiate the cred object. Ensure the \<App ID> and \<App Key> values are accessed in a secure way or use certificate-based authentication for service principals.

0 commit comments

Comments
 (0)