The hottest Azure Substack posts right now

And their main takeaways
Category
Top Technology Topics
Rod’s Blog 59 implied HN points 30 Jun 23
  1. You can reset your web app using Azure OpenAI Studio, which is helpful when you mess something up and need to start fresh.
  2. This feature is typically used to update apps with new models, but it can also be handy for reverting back to a clean slate to try again.
  3. By deploying your existing web app through the 'Deploy to' button, you can effectively reset it to its initial state.
Rod’s Blog 39 implied HN points 10 Aug 23
  1. Microsoft Sentinel is a powerful tool for capturing and analyzing logs, primarily used for security purposes.
  2. Content filtering in Azure OpenAI detects and takes action on harmful content in both input prompts and output completions.
  3. Abuse monitoring in Azure OpenAI helps detect and mitigate instances of recurring content or behaviors that may violate the Code of Conduct or product terms.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Rod’s Blog 39 implied HN points 04 Aug 23
  1. Deploying updates to an existing Web App in Azure AI Studio creates a new AAD App registration every time, making it harder to manage the app.
  2. Having additional App registrations may not have a clear cost or performance impact, but it adds complexity in tracking and managing the most recent one.
  3. Assigning a real domain to your Web App means you'll need to find and update redirect URLs in Authentication for each newly registered AAD App to ensure user login functionality.
Rod’s Blog 19 implied HN points 30 Jan 23
  1. Export Log Analytics Query Packs in Azure by downloading a .json file from the Azure portal.
  2. Import Log Analytics Query Packs to other locations by pasting the exported .json file contents into the template editor in the Azure portal.
  3. An alternative way to deploy Log Analytics Query Packs is by uploading the template.json file to a GitHub repository and using a Deploy to Azure button linked to the file.
Rod’s Blog 19 implied HN points 24 Jan 23
  1. Having trouble connecting Azure Active Directory to Microsoft Sentinel? Use the Azure Active Directory Diagnostic Setting as an alternative.
  2. When facing problems enabling the Azure Active Directory connector in Microsoft Sentinel, consider creating or editing a Diagnostic Setting.
  3. If affected by connecting issues, open a ticket to help ensure quicker resolution.
Rod’s Blog 0 implied HN points 09 Jan 23
  1. Moving Microsoft Sentinel workspace to another resource group or subscription isn't supported currently. Check Azure Monitor Doc for guidance.
  2. Answers to common questions about workspace relocation can be found in the Azure Monitor documentation.
  3. The Azure Monitor Doc provides important considerations and guidelines regarding moving the Microsoft Sentinel workspace.
Rod’s Blog 0 implied HN points 06 Jan 23
  1. You can easily build KQL query templates for Azure services by utilizing the Open Query option in the Azure portal.
  2. The Open Query option takes you to Azure Resource Graph Explorer and generates a KQL query specific to the service you're accessing.
  3. Not all Azure services have this option, so be sure to check the All Services pane in Azure to see which services support KQL queries.