Azure Bot Service
14 TopicsUpdating the pricing tier of my Azure Search Service
I have been testing out various Teams hosted bots on my Office 365 dev tenant . From a cost perspective I want to use minimal resources so looking to Free tier whilst I develop and test. Is it possible to update the pricing tier (SKU) to free (from Basic), on my search service below, say using the Azure CLI beta ( or Azure PowerShell)? az search service list --resource-group "MyResourceGroup" "name": "???????????-search", "partitionCount": 1, "provisioningState": "succeeded", "replicaCount": 1, "resourceGroup": "MyResourceGroup", "sku": { "name": "basic" }, "status": "running", I can see the "create" command does have the "Sku" parameter but the "update" command does not which is why this doesn't work: az search service update --resource-group "MyResoucegroup" --name ?????????-search --sku free I haven't found a way on the portal either.SolvedAzure Health Bot expands its template catalog to amplify the patient voice through PRO collection
Patient Reported Outcomes (PRO) category is added to the Azure Health Bot Template Catalog, to facilitate self-reporting of patient daily functioning and health outcomes metrics.4.2KViews2likes0CommentsAnnouncing Enterprise Assistant Bot Template and Conversational UX Guide
Check out the latest Enterprise Assistant Bot Template in Bot Framework Composer and Conversational UX Guide we are announcing as part of Conversational AI’s release at Microsoft Build Conference this week.5.6KViews6likes0Comments