Skip to content

v0.3.42

Compare
Choose a tag to compare
@MRayermannMSFT MRayermannMSFT released this 28 Nov 00:50
· 5 commits to main since this release
bf272ee

New Features and Improvements

  • You can now ask @azure for help getting new or existing code ready to deploy to Azure. For example:
    • "Analyze my project and recommend Azure services for me."
    • "I'd like to use Azure App Service instead of Azure Container Apps for my project."
    • "Generate Bicep files for an OpenAI based chat app."
  • You can now ask @azure to deploy Azure OpenAI resources for you. For example: "Deploy a gpt-40 model in my intelligent-app resource group."
  • Improved response quality when asking @azure for help with Azure CLI commands. For example:
    • "I need an az script to setup autostart for my VM."
    • "How to get the storage account access key using Azure CLI?"
    • "Create a security group using Azure CLI."
  • Improved search quality against Microsoft Learn documentation.
  • Improved results when asking about Azure SDK documentation.

Fixes

  • Fix incorrect logic for Azure Open AI resource quota checking.
  • Fix @azure not immediately picking up functionality from other extensions.
  • Various other fixes and minor improvements.