Skip to content

Commit 4bcaddd

Browse files
committed
Updating links
1 parent d64b2cc commit 4bcaddd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/communication-services/quickstarts/events/includes/create-eventsubscription-net.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ using Azure.Security.KeyVault.Secrets
5656

5757
a. Get Access token using secret credential
5858

59-
To get the secret credentials, you will need to read it from the Keyvault you created in Prerequisite #2 using [SecretClient](/dotnet/api/azure.security.keyvault.secrets.secretclient).
59+
To get the secret credentials, you will need to read it from the Keyvault you created in Prerequisite #2 using [SecretClient](/azure/key-vault/secrets/quick-create-net).
6060

6161
```csharp
6262
// Authenticate the Keyvault client with DefaultAzureCredential and get the secret.
@@ -80,8 +80,9 @@ var token = await application
8080

8181
b. Get Access token using certificate credential
8282

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)
8586

8687
```csharp
8788
// Authenticate the certificate client with DefaultAzureCredential and get the certificate.

0 commit comments

Comments
 (0)