Exercise - Deploy copilot template for store operations and the necessary Azure resources
In this exercise, you assume the role of Reed Smith and perform the following tasks:
Task - Deploy the AI store operations package
In this task, you assume the role of Reed Smith and deploy the AI store operations package in your environment.
Go to Microsoft Cloud Solution Center to start the deployment process. Select the Retail cloud from the left pane.
In the Copilot template for store operations tile, select Quick view to learn more about the capability, solutions, prerequisites, and services that are part of the feature. When you’re done, select Close.
Select the Add checkbox in the Copilot template for store operations tile and then select Deploy. A workflow to deploy the solution should display.
On the Step 1 Additional components page, select the checkbox near AI Store Assistant ARM Template and then select Next.
Important
If you don’t select the ARM template at this point, you need to manually deploy the Azure Cognitive Search, Azure Blob Storage Container, and Azure AI Search resources later.
Select MCRIAD, the Microsoft Power Platform environment where you deployed the Store operations solution, and then select Next.
In Step 3: Select an Azure environment for copilot template for store operations, provide the following details and then select Next.
Subscription - Select the Azure Subscription with Azure OpenAI Service turned on.
Resource Group - Select Create new. For the Name, enter mcriadRG, and for Region, enter East US. Select Create.
Resource Base Name - mcr
Location - East US
Check the deployment summary and validate it. Read and provide consent to the Terms of service and AI preview terms by selecting the respective checkboxes. Select Next.
In this step, the workflow checks for dependencies. If Store operations is already installed, a Configured message with a green check mark displays. Select Deploy.
The deployment process initiates automatically, and the program displays its progress. Deployment might take some time (30 minutes in some instances). Afterward, the successful or failed deployment message displays.
Congratulations, you successfully deployed copilot template for store operations, or AI store operations, for Store operations.
Task - Validate resources that you deploy through the Solution Center
In this next task, you validate resources that you deploy through Microsoft Cloud Solution Center.
To validate the deployment in Azure portal, sign in with your admin credentials.
In the upper bar, search for and select Subscription. On this page, Subscription ID is available, which you use in the later exercises.
Select Resource groups.
Go to the mcriadRG resource group. On the Resources tab, three different resources for Azure Cognitive Search, Azure OpenAI, and Blob Storage account are available.
Important
Note the values of the resources. You need these values to link Store operations with Azure OpenAI accounts.
Select the mcropen-ai Azure OpenAI resource and then select Go to Azure OpenAI Studio.
Validate that the program automatically deploys all three models in Azure AI Studio. Select Deployments to view the three models: gpt35 turbo, gpt35-turbo-16k, and embeddings.
Important
Note the values of the models. You need these values to link Store operations with Azure OpenAI accounts.
Reference names to use in further exercises
You use the Resource base name that you previously provided as a prefix for the deployed resources/models. The program adds the prefix by default to the following resources.
Azure Resources
Search service - <prefix>cognitivesearch
Azure OpenAI - <prefix>open-ai
Storage account - <prefix>qnastorage
Container - <prefix>qnafiles
Azure OpenAI deployments
gpt-35-turbo - <prefix>gpt-35-turbo
gpt-35-turbo-16k - <prefix>gpt-35-turbo-16k
text-embedding-ada-002 - <prefix>text-embeddings