Azure Policy - Deny the creation of Azure OpenAI Studio
Custom policy definition to deny the creation of Azure OpenAI Studio Hubs, which will stop the creation of an Azure OpenAI Studio.
Custom policy definition to deny the creation of Azure OpenAI Studio Hubs, which will stop the creation of an Azure OpenAI Studio.
Cloud Cloak is a browser extension for folks streaming or presenting while simultaneously showing one of the Microsoft Cloud Portals. It does its best to hide connection strings, email addresses, avatars, and anything that might show secure or personal information.
You can consider this the next version/update to Azure Mask (shout out to Brian Clark for his pioneering work and blessing us to create this one).
Azure Functions is a serverless compute service that enables you to run event-driven code without having to manage infrastructure. You can use Azure Functions to run small pieces of code in response to events, such as HTTP requests, messages in a queue, or changes in data in a storage account. In this article, I will show you how to use Azure Functions with a storage queue trigger using the System Managed Identity of the Function Application (instead of a Connection String).
Azure Communication Services brings rich communication APIs to all of your apps across any device on any platform, using the same reliable and secure infrastructure that powers Microsoft Teams.
Today, we will explore using Email as part of Azure Communication Services, using the REST API and PowerShell to send an email.
When working with Azure API Management, you may want to enable traceability and correlation of requests across different services. This is where the Correlation ID comes in.
Similar to traceparent, the Correlation ID is a unique identifier passed along with the request and response headers. It allows you to track a request's flow as it moves through different services and systems.
In this article, we will explore how to generate a new correlation ID through API Management Inbound policies and pass it back to the Client through an outbound policy, which then is used to help troubleshoot specific calls with Application Insights.