Connect Grok from Azure AI Foundry to GitHub Copilot Chat
Now that Grok-3 from xAI is available in Azure AI Foundry, I wanted to try it out with GitHub Copilot Chat. This is possible through the Bring Your Own Key…
26/05/2025
Sometimes, deploying a Bicep template using the preferred main.bicep
method is not possible due to insufficient deployment permissions, especially when deploying across different subscriptions. This requires finding alternative ways to deploy your Bicep template, often involving context switching to obtain the necessary permissions.
In this blog, you will learn how…