We have heard feedback from our community about having the ability to deploy Semantic Kernel to Azure. We have listened and want to share how you can deploy Semantic Kernel to your Azure Subscription as a web application service.
Deploying to Azure provides a great pathway for developers to take advantage of Azure compute and other services such as Azure Cognitive Services for Responsible AI and vectorized databases. Â Setup and deployment are extremely simple! You can use existing Azure Open AI resources and create new resources or even use Open AI resources.Â
So what is deployed? Below are the key resources created in the Azure Resource Group.
- Azure web app service: hosts Semantic Kernel.
- Application Insights: application logs and debugging.
- Azure Cosmos DB: used for chat storage (optional).
- Qdrant vector database (within a container): used for embedding (optional).
- Azure Speech service: used for speech-to-text (optional).
Once the deployment is complete you will have a web app running all your back-end services for Semantic Kernel which can be reached via a web service end point. Using this deployment, you can continue to develop your own front-end application or proceed with further deployments with a customized version of Semantic Kernel.Â
To get started select the use case and deployment option that is best for you. For more details on script parameters and considerations you can refer to the Semantic Kernel learn site here.Â
As an example, if you are using the “Deploy to Azure” button with OpenAI resources, you will be presented with a page like below. You will need to review and update the template form to create the resources.
Next click on Review + create. The deployment may take a few minutes and you will be prompted on the portal once all your resources are ready to use.
To confirm your web application server is up and running go to https://YOUR_INSTANCE_NAME.azurewebsites.net/probe. To find your instance name go to the Azure Portal and find the resource group which was just created and click on the ‘App Service’. Your instance name will end with “-skweb”. Once the server is running, you will see the following page.
That’s it; you have your Semantic Kernel Service up and running!
In an upcoming blog we will step through how you can make updates to your deployment.
Next Steps:
Find more information about Semantic Kernel deployments here and how to customize your Semantic Kernel click here
Join the community and let us know what you think:Â https://aka.ms/sk/discord
0 comments