In this post, we will get the list of all supported languages in Azure Translation API using Bot Builder SDK v4 in C#. This is part of the series from Advanced Language Translator Bot using Azure Translation API.
Create a Welcome Menu Card for Language Translator Bot | Microsoft Bot Framework
In this post, we will create a menu card using Bot Builder SDK v4 in C# to translate text, detect language and get a list of all supported languages using Azure Translation API.
[Fixed] MissingSubscriptionRegistration: The subscription is not registered to use namespace ‘Microsoft.CognitiveServices’
You might come up with this error when creating a LUIS Authoring resource on LUIS portal. To fix this, open Azure Portal and go to your subscriptions.
How to Get Azure Bot Resource Password from Azure Key Vault
When Azure creates the Azure Bot resource, it stores the app password in Azure Key Vault. To get the Azure Bot resource app Id, refer to my post here.
[Fixed] The operation “List” is not enabled in this key vault’s access policy
I got this error when I was trying to view the secret key in Azure Key Vault. The Azure Key Vault got created when I created the Azure Bot resource. The Azure Bot Resource app password is stored in Key Vault.
How to Share the Azure Subscription with Owner Access to your Team Member?
In this post, I will give an Owner role to my team member on the existing Azure Subscription. This is helpful when your team member will manage multiple resources from multiple resource groups.
How to Get Azure Bot resource app Id?
You need the Azure bot resource app Id and password to configure your bot for deployment. In this post, we will get the app Id from Microsoft Azure Portal.
Guide to Create an Azure Bot resource in Microsoft Azure Portal
The Azure Bot resource allows you to register your bot with the Azure Bot Service. You can build, connect, and manage bots to interact with your users
How to get Azure ID Token using C#?
The ID token is the core extension that OpenID Connect makes to OAuth 2.0. ID tokens are issued by the authorization server and contain claims that carry information about the user.
[Fixed] AADSTS65001: The user or administrator has not consented to use the application with ID
When you are trying to use any Azure services, you might come across this error. You have given the API permissions to an application and now you want to call these services.


You must be logged in to post a comment.