From d459029abd329687c614f6fd3dd75ccbe1b4e13b Mon Sep 17 00:00:00 2001 From: Lakshman Sundaralingam Date: Fri, 22 Jan 2021 15:06:17 -0800 Subject: [PATCH] Added examples to identity README.md --- sdk/communication/azure-communication-identity/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sdk/communication/azure-communication-identity/README.md b/sdk/communication/azure-communication-identity/README.md index 42d1cbe4066c..bce44c94e482 100644 --- a/sdk/communication/azure-communication-identity/README.md +++ b/sdk/communication/azure-communication-identity/README.md @@ -43,6 +43,13 @@ identity_client = CommunicationIdentityClient.from_connection_string(connection_ ``` +# Examples +The following section provides several code snippets covering some of the most common Azure Communication Services tasks, including: + +[Create/delete Azure Communication Service identities][identitysamples] + +[Create/revoke scoped user access tokens][identitysamples] + # Troubleshooting The Azure Communication Service Identity client will raise exceptions defined in [Azure Core][azure_core].