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/communication-services/quickstarts/events/includes/create-eventsubscription-net.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ using Azure.Security.KeyVault.Secrets
56
56
57
57
a. GetAccesstokenusingsecretcredential
58
58
59
-
Togetthesecretcredentials, youwillneedtoreaditfromtheKeyvaultyoucreatedinPrerequisite #2 using [SecretClient](/dotnet/api/azure.security.keyvault.secrets.secretclient).
59
+
Togetthesecretcredentials, youwillneedtoreaditfromtheKeyvaultyoucreatedinPrerequisite #2 using [SecretClient](/azure/key-vault/secrets/quick-create-net).
60
60
61
61
```csharp
62
62
// Authenticate the Keyvault client with DefaultAzureCredential and get the secret.
@@ -80,8 +80,9 @@ var token = await application
80
80
81
81
b. Get Access token using certificate credential
82
82
83
-
To get the secret credentials, you will need to read it from the Keyvault you created in Prerequisite #2 using [CertificateClient](/dotnet/api/azure.security.keyvault.certificates.certificateclient).
84
-
Read more about the Microsoft Entra Application configuration Authority [here](/entra/identity-platform/msal-client-application-configuration.)
83
+
To get the secret credentials, you will need to read it from the Keyvault you created in Prerequisite #2 using [CertificateClient](/azure/key-vault/certificates/quick-create-net).
84
+
85
+
Read more about the Microsoft Entra Application configuration Authority [here](/entra/identity-platform/msal-client-application-configuration)
85
86
86
87
```csharp
87
88
// Authenticate the certificate client with DefaultAzureCredential and get the certificate.
0 commit comments