How to Call Azure Translator API using Postman?

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.

Create Translator Resource in Azure Portal

Translator is a cloud-based machine translation service you can use to translate text in near real-time through a simple REST API call. The service uses modern neural machine translation technology and offers statistical machine translation technology.

Create Microsoft Teams Meeting in Outlook Using Postman with Microsoft Graph API

In this post, we will create Teams Online Meeting in Outlook using Microsoft Graph API. Before creating a meeting, you should have an access token generated. Refer to my post on How to get Azure Access Token using Postman for Microsoft Graph API.

How to get Azure Access Token using Postman for Microsoft Graph API

Microsoft Graph is the gateway to data and intelligence in Microsoft 365. It provides a unified programmability model that you can use to access the tremendous amount of data in Microsoft 365, Windows 10, and Enterprise Mobility + Security.

Create a WordPress Website hosted in Azure

Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows and Linux, and enables automated deployments from GitHub, Azure DevOps, or any Git repo.

Create an Empty Knowledge Base in QnA Maker

You can create a QnA Maker knowledge base (KB) from your own content, such as FAQs or product manuals. In this post, we will be creating an empty Knowledge Base.

Create Flight Booking Core Bot using Azure Bot Service

Before starting, I hope you have an Azure Subscription. If you donโ€™t have one, create a free account here. This bot is created using azure services. If you want to create flight booking bot using the C# template using Bot Builder SDK in Visual Studio, go to my post.

Push your Code to Azure DevOps Repository using Command Line

Keeping a track of your changes and its history is very important for a developer. Azure Repos is a set of version control tools that you can use to manage your code. Whether your software project is large or small, using version control as soon as possible is a good idea. Version control systems are software that help you track changes you make in your code over time.

Connect Azure Bot with SharePoint using Direct Line Channel and SharePoint Framework

Here we will be using the SharePoint Framework to connect Azure Bot with SharePoint Site. In this post, we will use the existing Microsoft Bot Framework v4 React Web Part and deploy it in local server. In our next post we will use it to deploy in the SharePoint.

Insert Rows in the Azure SQL DB Table using Power Automate | Send API Response Data to DB

Here we will be updating the SQL Database with data coming as a response from an API using Power Automate. Automate business processes, connect to almost 300 data sources and publicly available API.

Up ↑