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/trusted-signing/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ sections:
116
116
- question: How do I fix pop-up credentials when using GCP?
117
117
answer: |
118
118
- Since GCP doesn't have Azure Managed Identity resource by default, an [Environment Credential](https://docs.microsoft.com/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet) needs to be set up.
119
-
Use the [EnvironmentCredential Class]https://docs.microsoft.com/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet) to set up the credential. The recommendation is:
119
+
Use the [EnvironmentCredential Class](https://docs.microsoft.com/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet) to set up the credential. The recommendation is:
120
120
```AZURE_TENANT_ID The Microsoft Entra tenant(directory) ID.
121
121
AZURE_CLIENT_ID The client(application) ID of an App Registration in the tenant.
122
122
AZURE_CLIENT_SECRET A client secret that was generated for the App Registration. ````
0 commit comments