February 2025 marks an exciting milestone for the Jumpstart team and our community as we celebrate five incredible years of innovation, dedication, and…
A powershell script that shows how to call an Azure OpenAI chat completition endpoint API # Azure OpenAI metadata variables $openai = @{ api_key = "YOUR_APIKEY_HERE" […]
The following powershell samples shows how to call an Azure OpenAI chat completition endpoint API # Azure OpenAI metadata variables $openai = @{ api_key = "YOUR_APIKEY_HERE" […]
In this post, I want to explain why routing is so important in Microsoft Azure. Without truly understanding routing, and implementing predictable and scaleable routing, you […]
In some common scenarios, it needed to list all the web apps runtime and stack versions for a subscriptions. While the stack version for Windows web […]
Introduction As organizations increasingly integrate AI into their applications, securing access to Azure OpenAI services becomes a critical priority. By…
When we deploy Azure Enterprise Scale Landing Zones, We often advise our customers to use a centralised Log Analytics workspace for all their Azure resources and […]
If you work on Standard logic app workflows using the Azure portal, you might find yourself wanting to use Visual Studio Code instead at some point. […]
In the previous T-SQL 101 post, I mentioned that some subqueries depend upon the outer query and others don’t. That’s the distinction between what are called […]
Azure Logic Apps are powerful tools for building integration workflows, but their performance can sometimes be affected by external dependencies. Observability is crucial for identifying bottlenecks […]
This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around […]