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.
[Fixed] AADSTS90002: Tenant ‘token’ not found
When you are trying to get an Azure Access Token and you come across this error. Below is the complete error stack you might get. Even the solution is present in the error stack.
How to Get Azure ID Token using Postman?
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.
How to Download QnA Maker Bot Source Code from Azure Portal?
In this post, we will download the Azure Bot source code from Azure Portal. This is helpful when you have created the bot directly from QnA Maker Portal and now you want to make some changes to the bot source code.
Connect Microsoft Bot Framework with QnA Maker and Azure SQL DB
In this post, we will create a chatbot that connects to both the QnA Maker service and Azure SQL DB. This will be a simple customized bot that can be used for any use case.
Call Azure Translator API to Get Supported Languages, Translate and Detect Language using C#
In this post, we will call three APIs. The first one is to get the list of all the Languages supported by the Translator. The second will be to translate text and the third one will detect language.
[Fixed] No UiPath Studio project was found
This error usually comes when you try to clone a remote repository. The probable reason is that your remote repository is not in the structure of the UiPath project or we can say the project.json is not present in the root folder.
Clone Existing Project from Azure DevOps Repository using UiPath Studio
In this post, we will clone an existing UiPath project present in the Azure DevOps repository with the help of UiPath Studio.
Push your Code to Azure DevOps Repository from UiPath Studio
I hope you have the project or code changes ready in the UiPath Studio to be pushed to Azure Repo. You will have a similar project structure like this for REF projects or you might have created just a single process.
Create a Bing Search API Resource in Azure Portal
The Bing Search APIs let you build web-connected apps and services that find webpages, images, news, locations, and more without advertisements.


You must be logged in to post a comment.