Posts

Showing posts from May, 2023

Integrate MS Teams with Azure OpenAI

Image
Integration between Teams and Azure OpenAI can be done by following a few steps. Create Azure OpenAI Service in Azure Portal   Sign into Azure Portal at htt ps://portal.azure.com/ and select Azure OpenAI and before you can create a c ognitive s ervice , you would need to submit approval document for subscription and pricing tier. Once the document is approved, you will be granted access to create a cognitive service .   Go to OpenAI Studio at https://oai.azure.com/ with credentials that have access to your OpenAI resource.   Select the subscription and OpenAI resource to work with.   Select Manage deployments in your resource and Go to Deployments under Manage your deployments and models. You might first need to scroll down on the landing page.   Deploy a model using the Deployment APIs. These APIs allow you to specify the model you wish to use.   Once you create an Azure OpenAI Resource, you must deploy a model before you can start making API...