<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Azure topics</title>
    <link>https://techcommunity.microsoft.com/t5/azure/bd-p/Azure</link>
    <description>Azure topics</description>
    <pubDate>Wed, 02 Sep 2026 00:31:46 GMT</pubDate>
    <dc:creator>Azure</dc:creator>
    <dc:date>2026-09-02T00:31:46Z</dc:date>
    <item>
      <title>Why is Azure???</title>
      <link>https://techcommunity.microsoft.com/t5/azure/why-is-azure/m-p/4551983#M22835</link>
      <description>&lt;P&gt;Why is Azure the best choice compared with other public cloud platforms such as AWS and Google Cloud?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2026 19:03:44 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/why-is-azure/m-p/4551983#M22835</guid>
      <dc:creator>Dravidan</dc:creator>
      <dc:date>2026-08-31T19:03:44Z</dc:date>
    </item>
    <item>
      <title>EntraID portal UI updates affecting visibility of proxy addresses</title>
      <link>https://techcommunity.microsoft.com/t5/azure/entraid-portal-ui-updates-affecting-visibility-of-proxy/m-p/4550947#M22832</link>
      <description>&lt;P&gt;I have an open support case (TrackingID#2608010010000071) but the support engineer also recommended I post here. A recent update to the EntraID portal UI has implemented a stylesheet with a really tight rendering box around the list of proxy addresses that can be viewed from the flyout panel on an identity's account. The result is proxy addresses are being truncated after just a few characters making it very difficult to view the list of valid email aliases for an identity.&lt;/P&gt;&lt;P&gt;I've confirmed, using DevTools to inspect the source data, that the full addresses are being sent to the client. It is the tight rendering box (120 pixels) that is causing the truncated display. If I override the style sheet to use a larger "width" value I can force the display of the entire proxy address.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2026 18:17:19 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/entraid-portal-ui-updates-affecting-visibility-of-proxy/m-p/4550947#M22832</guid>
      <dc:creator>GMulhern</dc:creator>
      <dc:date>2026-08-27T18:17:19Z</dc:date>
    </item>
    <item>
      <title>Syncing Multiple Azure DevOps Orgs to One ServiceNow Instance Without Forcing a Shared Workflow</title>
      <link>https://techcommunity.microsoft.com/t5/azure/syncing-multiple-azure-devops-orgs-to-one-servicenow-instance/m-p/4550612#M22830</link>
      <description>&lt;P&gt;If your organization runs more than one Azure DevOps org, whether from an acquisition, a spun-up subsidiary, or business units that never consolidated onto one instance, you already know the visibility gap. Central ServiceNow has no idea what's happening in any of them unless someone checks manually.&lt;/P&gt;&lt;P&gt;Your team ends up pulling status updates by hand, chasing changes across orgs, and reconciling what got closed where. That works well for a couple of orgs, but it falls apart past that.&lt;/P&gt;&lt;H2&gt;Why a Shared Workflow Usually Creates a Bigger Problem&lt;/H2&gt;&lt;P&gt;Migrating everyone onto a single Azure DevOps org would close the visibility gap on paper. Each org's area paths, iterations, states, and processes took years to get right, and a forced migration undoes all of it.&lt;/P&gt;&lt;P&gt;A sync layer between each Azure DevOps org and your central ServiceNow instance closes the same gap without touching how any individual org works day to day. Each org keeps its own configuration. ServiceNow ends up with a rolled-up view across all of them.&lt;/P&gt;&lt;H2&gt;Common Use Cases&lt;/H2&gt;&lt;H3&gt;Post-Acquisition Org Sprawl&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;Current Setup:&lt;/STRONG&gt; A company acquires another company, or runs several business units, each with its own Azure DevOps org and its own way of working.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; Central ops has no single view across orgs, and checking each one by hand doesn't scale past a few teams.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Connect each Azure DevOps org to the central ServiceNow instance separately, each with its own sync rules. ServiceNow gets one rolled-up view, and no org has to change how it works.&lt;/P&gt;&lt;H3&gt;Bi-Directional Status Sync Between Delivery and Support&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;Current Setup:&lt;/STRONG&gt; Support logs incidents in ServiceNow. Development tracks the corresponding work in Azure DevOps, sometimes across several orgs.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; Support has to ask developers for status or check Azure DevOps boards directly, and developers end up relaying the same update twice.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Sync status, comments, and priority both ways, so an update in either system shows up automatically on the other side.&lt;/P&gt;&lt;H3&gt;Field-Level Control Per Org&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;Current Setup:&lt;/STRONG&gt; Each business unit or subsidiary has its own rules about what data can leave its Azure DevOps org.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; A single shared integration with one set of mapping rules risks exposing fields an org never agreed to share outside its own boundary.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Give each org's connection its own outgoing rules, so a subsidiary decides exactly which fields leave its Azure DevOps org, field by field.&lt;/P&gt;&lt;H3&gt;Handling Closed and Read-Only Work Items&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;Current Setup:&lt;/STRONG&gt; ServiceNow blocks writes to closed incidents through ACLs, and Azure DevOps can hit a similar restriction on closed or read-only work items. &lt;STRONG&gt;Problem:&lt;/STRONG&gt; A sync that keeps trying to write to a closed item throws the same error repeatedly, and the real problems get buried under the noise.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Filter closed and read-only states out of the sync, or let the errors surface if operations wants visibility into them.&lt;/P&gt;&lt;H2&gt;What to Evaluate When Choosing an Approach&lt;/H2&gt;&lt;P&gt;A few criteria matter more than others once you're running this across multiple orgs.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Decentralized configuration:&lt;/STRONG&gt; does each Azure DevOps org get its own connection and its own rules, or does everything route through one shared setup?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Filtering:&lt;/STRONG&gt; can you scope the sync with something like WIQL queries on the Azure DevOps side, by area path, iteration, work item type, or tag?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Field mapping:&lt;/STRONG&gt; does it handle the difference between ServiceNow's field structure and Azure DevOps work item fields without dropping data? Common pairs are ServiceNow State to Azure DevOps State, ServiceNow Priority to Azure DevOps Priority, and ServiceNow Assignment Group to Azure DevOps Area Path. Custom fields usually need explicit mapping rules.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Conflict handling:&lt;/STRONG&gt; what happens when both sides update the same field at the same time, and what happens with closed or read-only items specifically?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Security:&lt;/STRONG&gt; Entra ID or OAuth authentication, PAT management per org, role-based access, audit logging, and whatever compliance certifications your security team asks for during review.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Direction:&lt;/STRONG&gt; bidirectional where both teams update shared fields, one-way where only one side should ever write.&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Technical Approaches&lt;/H2&gt;&lt;H3&gt;Service Hooks and REST APIs&lt;/H3&gt;&lt;P&gt;Azure DevOps Service Hooks paired with the ServiceNow REST API give you sync in both directions. A change in Azure DevOps triggers a Service Hook, which calls the ServiceNow API to update the record, and the same flow runs in reverse.&lt;/P&gt;&lt;P&gt;This is the most direct route if you're comfortable building and maintaining the webhook logic yourself.&lt;/P&gt;&lt;H3&gt;Custom Middleware&lt;/H3&gt;&lt;P&gt;For anything more complex, custom middleware gives you full control over field transformation, routing, and error handling. Azure Functions, Logic Apps, or a small Node.js or Python service usually does the job.&lt;/P&gt;&lt;P&gt;The trade-off is maintenance. You own the retry logic, the error handling, and every update when either platform changes its API.&lt;/P&gt;&lt;H3&gt;Dedicated Integration Platforms&lt;/H3&gt;&lt;P&gt;Plenty of teams skip building this from scratch and use a dedicated integration platform instead. These typically come with pre-built connectors for both Azure DevOps and ServiceNow, a way to configure field mapping and filters without writing much code, and managed infrastructure so you're not hosting your own sync server.&lt;/P&gt;&lt;P&gt;What they usually cover:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Pre-configured connectors that already understand both platforms' data structures&lt;/LI&gt;&lt;LI&gt;Visual or scripting configuration for field mapping and filters&lt;/LI&gt;&lt;LI&gt;Managed infrastructure, so nothing runs on your own servers&lt;/LI&gt;&lt;LI&gt;Built-in retry and error handling for API failures&lt;/LI&gt;&lt;LI&gt;Audit logging for tracking what synced and when&lt;/LI&gt;&lt;LI&gt;Support for multi-org routing and conditional logic out of the box&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The trade-off runs the other way: a subscription cost instead of a one-time build, less control over the exact implementation, and your data passing through a third party's infrastructure. For teams running more than 2 or 3 orgs against one ServiceNow instance, this usually ends up being less overhead than maintaining custom middleware long-term.&lt;/P&gt;&lt;P&gt;Every org here has probably solved a version of this differently. Curious what's worked for you, especially with 3 or more Azure DevOps orgs feeding into one ServiceNow instance, and which part of the setup gave you the most trouble.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2026 03:21:03 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/syncing-multiple-azure-devops-orgs-to-one-servicenow-instance/m-p/4550612#M22830</guid>
      <dc:creator>tejabhutada</dc:creator>
      <dc:date>2026-08-27T03:21:03Z</dc:date>
    </item>
    <item>
      <title>Azure Networking: Request for Granular Control of “Allow Azure Services and Resources”</title>
      <link>https://techcommunity.microsoft.com/t5/azure/azure-networking-request-for-granular-control-of-allow-azure/m-p/4550405#M22829</link>
      <description>&lt;P&gt;I would like to get the Azure community’s thoughts on a networking/security improvement that I believe could help organizations implement a stronger&amp;nbsp;&lt;STRONG&gt;least-privilege&lt;/STRONG&gt; model.&lt;/P&gt;&lt;P&gt;Several Azure resources provide an option similar to:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;“Allow Azure services and resources to access this resource.”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is useful when an Azure service needs to access another Azure resource, but the current option can be quite broad.&lt;/P&gt;&lt;H3&gt;Example: Power BI → Azure SQL&lt;/H3&gt;&lt;P&gt;For example, suppose &lt;STRONG&gt;Power BI Service&lt;/STRONG&gt; needs to access an &lt;STRONG&gt;Azure SQL Server&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The actual requirement might be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Power BI → Specific Azure SQL Server = Allow&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;However, the available option may require enabling:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;“Allow Azure services and resources to access this server”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This effectively creates a much broader trusted-service exception than the actual requirement.&lt;/P&gt;&lt;P&gt;Ideally, I would like to see something like:&lt;/P&gt;&lt;H3&gt;Azure SQL Server │ ├── Power BI Service → Allow ├── Azure Data Factory → Deny ├── Azure Functions → Deny ├── Azure App Service → Deny └── Other Azure Services → Deny&lt;/H3&gt;&lt;H3&gt;Proposed improvement&lt;/H3&gt;&lt;P&gt;Could Microsoft provide an additional option such as:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;“Allow selected Azure services and resources”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;where customers can explicitly select which Azure service/resource is allowed to bypass the network restriction?&lt;/P&gt;&lt;P&gt;Depending on the Azure service, the selection could potentially be based on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Specific Azure service&lt;/LI&gt;&lt;LI&gt;Specific Azure resource&lt;/LI&gt;&lt;LI&gt;Resource ID&lt;/LI&gt;&lt;LI&gt;Subscription&lt;/LI&gt;&lt;LI&gt;Resource group&lt;/LI&gt;&lt;LI&gt;Tenant&lt;/LI&gt;&lt;LI&gt;Managed identity / Entra identity&lt;/LI&gt;&lt;LI&gt;Specific service instance&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;H3&gt;Trusted Azure Services / Resources Power BI → Production Analytics → Allow All other Azure services → Deny&lt;/H3&gt;&lt;H3&gt;Why I think this would be useful&lt;/H3&gt;&lt;P&gt;This would give customers a middle ground between:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Disabling public access&lt;/STRONG&gt; and implementing Private Endpoint/private connectivity, or&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Allowing all Azure services/resources&lt;/STRONG&gt; through the broad trusted-service exception.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;A granular trusted-service model would allow:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only the Azure service/resource that actually requires access is trusted.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This would better support &lt;STRONG&gt;least privilege, Zero Trust, security, and compliance requirements&lt;/STRONG&gt;.&lt;/P&gt;&lt;H3&gt;Broader Azure applicability&lt;/H3&gt;&lt;P&gt;My suggestion is &lt;STRONG&gt;not specifically for Azure SQL&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The Power BI → Azure SQL scenario is just an example. I think this could be a common Azure networking capability for &lt;STRONG&gt;all Azure resources that currently support a trusted Azure services / “Allow Azure services and resources” type of bypass&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I would be interested to hear from the Azure community and Microsoft:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is there already a way to achieve this level of granularity?&lt;/LI&gt;&lt;LI&gt;Are there architectural/security reasons why this cannot currently be implemented?&lt;/LI&gt;&lt;LI&gt;Is Microsoft considering a more granular trusted-service model?&lt;/LI&gt;&lt;LI&gt;Would a feature like &lt;STRONG&gt;“Allow selected Azure services/resources”&lt;/STRONG&gt; be technically feasible?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would appreciate any feedback or guidance from the Azure networking/service teams.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 09:47:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/azure-networking-request-for-granular-control-of-allow-azure/m-p/4550405#M22829</guid>
      <dc:creator>jayeshkumarpatel</dc:creator>
      <dc:date>2026-08-26T09:47:00Z</dc:date>
    </item>
    <item>
      <title>Three Cloud Myths I Believed Before Studying Azure Fundamentals</title>
      <link>https://techcommunity.microsoft.com/t5/azure/three-cloud-myths-i-believed-before-studying-azure-fundamentals/m-p/4549302#M22827</link>
      <description>&lt;P&gt;While preparing for AZ-900, I realized that several assumptions I had about cloud computing were incomplete.&lt;/P&gt;&lt;P&gt;☁️ Myth 1: The cloud is always cheaper&lt;BR /&gt;Cloud services can reduce upfront costs, but unused resources, incorrect sizing, and poor planning can quickly increase the bill.&lt;/P&gt;&lt;P&gt;🖥️ Myth 2: The cloud means there are no servers&lt;BR /&gt;The physical infrastructure still exists. What changes is how much of it is managed by the cloud provider.&lt;/P&gt;&lt;P&gt;⚙️ Myth 3: More control is always better&lt;BR /&gt;Additional control also means additional responsibility for patching, monitoring, configuration, security, and maintenance.&lt;/P&gt;&lt;P&gt;My biggest takeaway was that cloud computing is not automatically cheaper, simpler, or better. It is about finding the right balance between cost, control, responsibility, and speed.&lt;/P&gt;&lt;P&gt;For beginners interested in exploring these concepts, Microsoft Learn provides an official learning path:&lt;/P&gt;&lt;P&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/training/courses/az-900t00?wt.mc_id=studentamb_615882" target="_blank"&gt;Explore the official AZ-900 course on Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Which cloud misconception did you believe when you first started learning?&lt;/P&gt;&lt;img /&gt;&lt;P class="lia-clear-both"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2026 16:35:46 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/three-cloud-myths-i-believed-before-studying-azure-fundamentals/m-p/4549302#M22827</guid>
      <dc:creator>Mahmoud_amria</dc:creator>
      <dc:date>2026-08-23T16:35:46Z</dc:date>
    </item>
    <item>
      <title>ServiceEndpointProxy activity on ADO Service Connection</title>
      <link>https://techcommunity.microsoft.com/t5/azure/serviceendpointproxy-activity-on-ado-service-connection/m-p/4544737#M22810</link>
      <description>&lt;P&gt;I have an ADO Service Connection which I don't think is being used by any pipelines but I still see regular entries in the usage history like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Type:&amp;nbsp;ServiceEndpointProxy&lt;/P&gt;&lt;P&gt;Details: ServicePrincipalSignInAudience&lt;/P&gt;&lt;P&gt;I've not been able to find any information about what causes this. What is causing this activity and will deleting the service connection adversely affect anything assuming this is the only thing using it?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 14:00:05 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/serviceendpointproxy-activity-on-ado-service-connection/m-p/4544737#M22810</guid>
      <dc:creator>LouisT</dc:creator>
      <dc:date>2026-08-06T14:00:05Z</dc:date>
    </item>
    <item>
      <title>Azure Admin Login</title>
      <link>https://techcommunity.microsoft.com/t5/azure/azure-admin-login/m-p/4544659#M22808</link>
      <description>&lt;P&gt;We have a client who has lost their access information to get into their Azure global admin. This is a non-profit institution that moved the ownership of their Azure account to another entity years ago now can't get in to the global admin for their entire Azure setup.&lt;/P&gt;&lt;P&gt;Microsoft requires the global admin login to create a support ticket and in this case, how are they supposed to open up a case when they can't login. The customer is furious and now disputing the CC charges so we open an Azure support ticket 10 days ago for ourselves and since it's not a Critical issue, have gotten no response.&lt;/P&gt;&lt;P&gt;This is untenable situation and there is no way to contact some one from MS without the login, how does this get resolved??&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 09:58:10 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/azure-admin-login/m-p/4544659#M22808</guid>
      <dc:creator>Old-school</dc:creator>
      <dc:date>2026-08-06T09:58:10Z</dc:date>
    </item>
    <item>
      <title>Building Production-Ready Pipelines in Azure DevOps: Beyond the Documentation Examples</title>
      <link>https://techcommunity.microsoft.com/t5/azure/building-production-ready-pipelines-in-azure-devops-beyond-the/m-p/4543558#M22802</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When moving from basic Azure DevOps tutorials to enterprise production environments, we all quickly realize that documentation examples don't always cover real-world complexities. Handling multi-stage dependencies, keeping Terraform state secure, and managing secrets across environments requires a highly strategic approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To help DevOps engineers bridge this gap, I recently put together a deep-dive architecture breakdown detailing how to build a resilient, multi-stage YAML pipeline from scratch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a quick look at the core enterprise architecture I focus on:&lt;/P&gt;&lt;P&gt;- Multi-Stage Lifecycle: Safe progression flows through Build, Dev, QA, UAT, and Production stages.&lt;/P&gt;&lt;P&gt;- Infrastructure Automation: Clean integration with Terraform, including state and secrets management using Azure Key Vault.&lt;/P&gt;&lt;P&gt;- Security Gates: Implementation of SAST scanning, Workload Identity, and automated approval policies.&lt;/P&gt;&lt;P&gt;- Team Alignment: Connecting Azure DevOps with project tools like Asana to streamline cross-platform tracking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to share this pattern here to get some community feedback on the YAML structure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before I post the full configuration snippets, I would love to hear how your teams handle environment gates and approvals. What are the biggest bottlenecks you run into with multi-stage YAML pipelines? Let's discuss in the comments below!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Abdullah Shahid&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2026 15:25:22 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/building-production-ready-pipelines-in-azure-devops-beyond-the/m-p/4543558#M22802</guid>
      <dc:creator>AbdullahShahid984</dc:creator>
      <dc:date>2026-08-03T15:25:22Z</dc:date>
    </item>
    <item>
      <title>Azure VM resize: PowerShell lists Dv5 sizes, but Azure Portal only offers Dv4</title>
      <link>https://techcommunity.microsoft.com/t5/azure/azure-vm-resize-powershell-lists-dv5-sizes-but-azure-portal-only/m-p/4543529#M22800</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We recently migrated two production Azure virtual machines away from the retiring Bv1 family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initially, the VMs were running as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Standard_B2ms&lt;/P&gt;&lt;P&gt;Standard_B4ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our goal was to move them to a newer supported VM family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment&lt;/P&gt;&lt;P&gt;Region: France Central&lt;/P&gt;&lt;P&gt;Managed OS disks (one Standard SSD, one Standard HDD/Standard LRS)&lt;/P&gt;&lt;P&gt;SCSI disk controller&lt;/P&gt;&lt;P&gt;Windows Server virtual machines&lt;/P&gt;&lt;P&gt;What we observed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After stopping and deallocating the VM, we queried the available resize targets using PowerShell:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-AzVMSize ` -ResourceGroupName "&amp;lt;ResourceGroup&amp;gt;" ` -VMName "&amp;lt;VMName&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For one VM, PowerShell returned, among others:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Standard_D2ads_v5 Standard_D2ds_v5 Standard_D2d_v5 Standard_D2as_v4 Standard_D2ds_v4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the other VM, it returned:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Standard_D4ads_v5 Standard_D4ds_v5 Standard_D4d_v5 Standard_D4as_v4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when opening VM → Size in the Azure Portal, the v5 sizes were not available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only the following sizes appeared:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Standard_D2as_v4&lt;/P&gt;&lt;P&gt;Standard_D4as_v4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a precaution, we resized both VMs using the sizes proposed by the Azure Portal:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Standard_B2ms → Standard_D2as_v4&lt;/P&gt;&lt;P&gt;Standard_B4ms → Standard_D4as_v4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The migration completed successfully and both VMs are running correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain why there is a difference between:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the sizes returned by Get-AzVMSize, and&lt;/P&gt;&lt;P&gt;the sizes displayed by the Azure Portal?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More specifically:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does Get-AzVMSize return VM sizes that are not actually valid resize targets?&lt;/P&gt;&lt;P&gt;Does the Azure Portal apply additional compatibility or capacity checks that PowerShell does not?&lt;/P&gt;&lt;P&gt;Is this related to:&lt;/P&gt;&lt;P&gt;regional capacity,&lt;/P&gt;&lt;P&gt;VM generation,&lt;/P&gt;&lt;P&gt;disk controller,&lt;/P&gt;&lt;P&gt;managed disk type,&lt;/P&gt;&lt;P&gt;host cluster,&lt;/P&gt;&lt;P&gt;or another compatibility requirement?&lt;/P&gt;&lt;P&gt;Would you recommend staying on Das_v4, or should we plan another migration to Dads_v5 if possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to understand the reason behind the different behavior rather than forcing the resize through PowerShell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your insights.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2026 13:35:59 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/azure-vm-resize-powershell-lists-dv5-sizes-but-azure-portal-only/m-p/4543529#M22800</guid>
      <dc:creator>Seb30470</dc:creator>
      <dc:date>2026-08-03T13:35:59Z</dc:date>
    </item>
    <item>
      <title>Building Production-Ready Pipelines in Azure DevOps: Beyond the Documentation Examples</title>
      <link>https://techcommunity.microsoft.com/t5/azure/building-production-ready-pipelines-in-azure-devops-beyond-the/m-p/4543174#M22798</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When moving from basic Azure DevOps tutorials to enterprise production environments, we all quickly realize that documentation examples don't always cover real-world complexities. Handling multi-stage dependencies, keeping Terraform state secure, and managing secrets across environments requires a highly strategic approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To help DevOps engineers bridge this gap, I recently put together a deep-dive architecture breakdown detailing how to build a resilient, multi-stage YAML pipeline from scratch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a quick look at the core enterprise architecture I focus on:&lt;/P&gt;&lt;P&gt;- Multi-Stage Lifecycle: Safe progression flows through Build, Dev, QA, UAT, and Production stages.&lt;/P&gt;&lt;P&gt;- Infrastructure Automation: Clean integration with Terraform, including state and secrets management using Azure Key Vault.&lt;/P&gt;&lt;P&gt;- Security Gates: Implementation of SAST scanning, Workload Identity, and automated approval policies.&lt;/P&gt;&lt;P&gt;- Team Alignment: Connecting Azure DevOps with project tools like Asana to streamline cross-platform tracking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to share this pattern here to get some community feedback on the YAML structure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before I post the full configuration snippets, I would love to hear how your teams handle environment gates and approvals. What are the biggest bottlenecks you run into with multi-stage YAML pipelines? Let's discuss in the comments below!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Abdullah Shahid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2026 12:16:04 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/building-production-ready-pipelines-in-azure-devops-beyond-the/m-p/4543174#M22798</guid>
      <dc:creator>AbdullahShahid984</dc:creator>
      <dc:date>2026-08-02T12:16:04Z</dc:date>
    </item>
    <item>
      <title>Microsoft 365 business tenant blocked – AADSTS5000228 – sole Global Administrator</title>
      <link>https://techcommunity.microsoft.com/t5/azure/microsoft-365-business-tenant-blocked-aadsts5000228-sole-global/m-p/4542446#M22781</link>
      <description>&lt;P&gt;Please create a service request for a blocked Microsoft Entra tenant and escalate it to the Data Protection / Tenant Recovery Team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tenant: valtechme.onmicrosoft.com&lt;/P&gt;&lt;P&gt;Tenant ID: 80940ba0-e307-45b2-b5fd-05b9759a4594&lt;/P&gt;&lt;P&gt;Error: AADSTS5000228&lt;/P&gt;&lt;P&gt;I am the sole Global Administrator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am posting this here, since getting microsoft support is almost impossible , via phone, email or web.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me with this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 14:12:10 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/microsoft-365-business-tenant-blocked-aadsts5000228-sole-global/m-p/4542446#M22781</guid>
      <dc:creator>NikolaM1983</dc:creator>
      <dc:date>2026-07-30T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Cost increases when selecting Amortised cost in cost analysis</title>
      <link>https://techcommunity.microsoft.com/t5/azure/cost-increases-when-selecting-amortised-cost-in-cost-analysis/m-p/4542311#M22779</link>
      <description>&lt;P&gt;Hi, this seems like a bug. When i select Amortized cost in Cost analysis, our monthly cost jumps from $25,664.54 to $76,315.83.&lt;BR /&gt;The resource that causes the jump is a Reservation for a D4asv5 virtual machine. It jumps to $3,120.09 per day.&amp;nbsp;&lt;BR /&gt;Can someone please try it their side.&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 08:26:56 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/cost-increases-when-selecting-amortised-cost-in-cost-analysis/m-p/4542311#M22779</guid>
      <dc:creator>jonveldsman</dc:creator>
      <dc:date>2026-07-30T08:26:56Z</dc:date>
    </item>
    <item>
      <title>Agentic AIOps vs Traditional AIOps: What Actually Changes in Practice?</title>
      <link>https://techcommunity.microsoft.com/t5/azure/agentic-aiops-vs-traditional-aiops-what-actually-changes-in/m-p/4542018#M22775</link>
      <description>&lt;P data-slot-rendered-content="true"&gt;Artificial Intelligence for IT Operations (AIOps) has transformed how organizations monitor, manage, and optimize modern IT infrastructure. By combining machine learning, analytics, and automation, Traditional AIOps has helped IT teams reduce alert fatigue, identify anomalies faster, and improve operational efficiency.&lt;/P&gt;
&lt;P data-slot-rendered-content="true"&gt;&lt;A class="lia-external-url" href="https://dellenny.com/agentic-aiops-vs-traditional-aiops-what-actually-changes-in-practice/?utm_source=linkedin&amp;amp;utm_medium=social&amp;amp;utm_campaign=organic_post" target="_blank"&gt;https://dellenny.com/agentic-aiops-vs-traditional-aiops-what-actually-changes-in-practice/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 13:30:43 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/agentic-aiops-vs-traditional-aiops-what-actually-changes-in/m-p/4542018#M22775</guid>
      <dc:creator>JohnNaguib</dc:creator>
      <dc:date>2026-07-29T13:30:43Z</dc:date>
    </item>
    <item>
      <title>How to Build Your First IT Support Agent Using Azure AI</title>
      <link>https://techcommunity.microsoft.com/t5/azure/how-to-build-your-first-it-support-agent-using-azure-ai/m-p/4542017#M22774</link>
      <description>&lt;P data-slot-rendered-content="true"&gt;Artificial Intelligence is transforming the way businesses provide IT support. Instead of waiting for a technician to answer every question, organizations are increasingly using AI-powered support agents that can troubleshoot common issues, answer employee questions, and automate repetitive tasks. Thanks to Microsoft Azure AI, building an intelligent IT support agent is no longer limited to data scientists or large enterprises. Even beginners can create a functional AI assistant with minimal coding.&lt;/P&gt;
&lt;P data-slot-rendered-content="true"&gt;&lt;A class="lia-external-url" href="https://dellenny.com/how-to-build-your-first-it-support-agent-using-azure-ai/?utm_source=linkedin&amp;amp;utm_medium=social&amp;amp;utm_campaign=organic_post" target="_blank"&gt;https://dellenny.com/how-to-build-your-first-it-support-agent-using-azure-ai/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 13:29:53 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/how-to-build-your-first-it-support-agent-using-azure-ai/m-p/4542017#M22774</guid>
      <dc:creator>JohnNaguib</dc:creator>
      <dc:date>2026-07-29T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Dealing with Legacy Systems and Services in Cloud Computing</title>
      <link>https://techcommunity.microsoft.com/t5/azure/dealing-with-legacy-systems-and-services-in-cloud-computing/m-p/4542016#M22773</link>
      <description>&lt;P data-slot-rendered-content="true"&gt;Every organization reaches a point where technology that once powered innovation begins to slow progress. Legacy systems, although reliable and familiar, often become barriers to growth, agility, and digital transformation. As businesses increasingly adopt cloud computing to improve scalability, reduce operational costs, and enhance security, one major challenge remains how to deal with legacy systems and services without disrupting business operations.&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://dellenny.com/dealing-with-legacy-systems-and-services-in-cloud-computing/?utm_source=linkedin&amp;amp;utm_medium=social&amp;amp;utm_campaign=organic_post" target="_blank"&gt;https://dellenny.com/dealing-with-legacy-systems-and-services-in-cloud-computing/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 13:29:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/dealing-with-legacy-systems-and-services-in-cloud-computing/m-p/4542016#M22773</guid>
      <dc:creator>JohnNaguib</dc:creator>
      <dc:date>2026-07-29T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Open in VS Code for the web fails ... tunnel 400 error ?</title>
      <link>https://techcommunity.microsoft.com/t5/azure/open-in-vs-code-for-the-web-fails-tunnel-400-error/m-p/4541502#M22770</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;The last week I have problem connecting to VS Code for the Web,&lt;/P&gt;&lt;P&gt;my cloudshell works correctly, my account is ok, everything works BUT when tryont to open through browser - azure portal the VS Code for the Web, I got errors similar to ....&lt;/P&gt;&lt;P&gt;***************************&lt;/P&gt;&lt;P&gt;https://ccon-prod-northeurope-aci-01.servicebus.windows.net/.../tunnel&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;400 Bad Request&lt;/P&gt;&lt;P&gt;Response:&lt;/P&gt;&lt;P&gt;{"error":{"message":"Error creating dev tunnel","details":""}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tested from:&lt;/P&gt;&lt;P&gt;- Multiple browsers&lt;/P&gt;&lt;P&gt;- InPrivate&lt;/P&gt;&lt;P&gt;- Different PC&lt;/P&gt;&lt;P&gt;- Azure VM&lt;/P&gt;&lt;P&gt;***************************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even renamed ~/code , ~/.vscode-server-insiders&lt;/P&gt;&lt;P&gt;and restart cloudshell and VSCode web, same errors (and folders were not recreated)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated !!&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Panos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 10:02:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/open-in-vs-code-for-the-web-fails-tunnel-400-error/m-p/4541502#M22770</guid>
      <dc:creator>PanosGR191</dc:creator>
      <dc:date>2026-07-28T10:02:00Z</dc:date>
    </item>
    <item>
      <title>Free Extension: Generate AI Development Prompts from Azure DevOps Work Items — Verity Framework</title>
      <link>https://techcommunity.microsoft.com/t5/azure/free-extension-generate-ai-development-prompts-from-azure-devops/m-p/4539812#M22762</link>
      <description>&lt;P&gt;Hi Azure DevOps community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to share a free extension we just published to the Visual Studio&lt;/P&gt;&lt;P&gt;Marketplace: the Verity Framework ADO Extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**What it does**&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It adds a "Verity Prompt" tab to your work items. When you populate five&lt;/P&gt;&lt;P&gt;custom fields on a User Story or Delivery Item, the extension generates a&lt;/P&gt;&lt;P&gt;structured prompt ready to paste into Claude Code, Cursor, or GitHub&lt;/P&gt;&lt;P&gt;Copilot Workspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The five fields:&lt;/P&gt;&lt;P&gt;- VF Intent — the problem and who experiences it&lt;/P&gt;&lt;P&gt;- VF Value — the expected outcome&lt;/P&gt;&lt;P&gt;- VF Appetite — time/resource ceiling (not an estimate)&lt;/P&gt;&lt;P&gt;- VF Trust Criteria — Gate 2 hardening requirements&lt;/P&gt;&lt;P&gt;- VF Failure Scope — Narrow / Moderate / Broad / Systemic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**Why it matters**&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most engineers using AI tools start from a blank context or a vague task&lt;/P&gt;&lt;P&gt;description. The extension carries the team's planning judgment — including&lt;/P&gt;&lt;P&gt;production risk level and hardening requirements — directly into the&lt;/P&gt;&lt;P&gt;implementation context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It also includes field validation that flags vague Trust Criteria,&lt;/P&gt;&lt;P&gt;incorrectly formatted Appetite values, and solution-framed Intent&lt;/P&gt;&lt;P&gt;statements before generating the prompt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**Setup**&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About 20 minutes. You add five custom fields to your existing User Story&lt;/P&gt;&lt;P&gt;work item type (no new work item type required). Full instructions are&lt;/P&gt;&lt;P&gt;in the extension tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**Install**&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search "Verity Framework" on the Visual Studio Marketplace or visit&lt;/P&gt;&lt;P&gt;idearoost.com/verity for the full framework context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Free. No subscription required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy to answer questions about the field definitions or the setup process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;— Jacques Steward, IdeaRoost&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 18:00:07 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/free-extension-generate-ai-development-prompts-from-azure-devops/m-p/4539812#M22762</guid>
      <dc:creator>Idearoost1</dc:creator>
      <dc:date>2026-07-22T18:00:07Z</dc:date>
    </item>
    <item>
      <title>Azure Architecture Best Practices for Enterprise Applications</title>
      <link>https://techcommunity.microsoft.com/t5/azure/azure-architecture-best-practices-for-enterprise-applications/m-p/4538994#M22755</link>
      <description>&lt;P data-slot-rendered-content="true"&gt;As businesses continue to modernize their IT infrastructure, Microsoft Azure has become one of the leading cloud platforms for building enterprise-grade applications. Organizations of all sizes rely on Azure to improve scalability, strengthen security, reduce operational costs, and accelerate digital transformation. However, simply moving an application to the cloud does not guarantee success. A well-designed Azure architecture is the foundation of a secure, reliable, and high-performing enterprise application.&lt;/P&gt;
&lt;P data-slot-rendered-content="true"&gt;&lt;A class="lia-external-url" href="https://dellenny.com/azure-architecture-best-practices-for-enterprise-applications/?utm_source=linkedin&amp;amp;utm_medium=social&amp;amp;utm_campaign=organic_post" target="_blank"&gt;https://dellenny.com/azure-architecture-best-practices-for-enterprise-applications/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 14:28:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/azure-architecture-best-practices-for-enterprise-applications/m-p/4538994#M22755</guid>
      <dc:creator>JohnNaguib</dc:creator>
      <dc:date>2026-07-20T14:28:26Z</dc:date>
    </item>
    <item>
      <title>Question for OAuth setting for "Try me" function in APIM developer portal</title>
      <link>https://techcommunity.microsoft.com/t5/azure/question-for-oauth-setting-for-quot-try-me-quot-function-in-apim/m-p/4538013#M22744</link>
      <description>&lt;P&gt;I am working on a APIM deployment that will have developer portal available to developers. Login to portal will only allow Azure B2C accounts and thus will have OAuth already performed.&lt;BR /&gt;&lt;BR /&gt;On the APIM instance settings in Azure portal the "OAuth 2.0 + OpenID Connect" section has a option to create OAuth server for B2C, which then can be used for each API. The "try me" function for that API in the developer portal can then use this OAuth server to perform OAuth and use the token.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As we have already performed OAuth for developer portal login itself, so I don't want users to perform OAuth twice for better user experience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But one thing I am unsure off is if either there is a global jwt token validation policy or a API specify jwt policy requiring OAuth tokens, then if I don't set the OAuth for "Try me" function, will that succeed or fail?&lt;BR /&gt;&lt;BR /&gt;And are there any other security/general concerns if we don't set the OAuth for "Try me" function in developer portal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 23:55:53 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/question-for-oauth-setting-for-quot-try-me-quot-function-in-apim/m-p/4538013#M22744</guid>
      <dc:creator>curious7</dc:creator>
      <dc:date>2026-07-16T23:55:53Z</dc:date>
    </item>
    <item>
      <title>Azure Logic Apps Workflow Templates (Preview): Issues with Updates, Expressions, and Designer UI.</title>
      <link>https://techcommunity.microsoft.com/t5/azure/azure-logic-apps-workflow-templates-preview-issues-with-updates/m-p/4537351#M22742</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Azure Logic Apps team, if someone from the team is monitoring this community, I would like to report a few issues I have encountered with the Logic Apps Workflow Templates (Preview) feature. These issues are impacting the user experience and require attention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workflow Template name update issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I created a workflow template that was working correctly. However, when I try to edit the template and change its name, the update either fails or the new name is not saved. Other changes appear to work, but renaming the template is consistently problematic.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression update issue with Base64 output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When using the expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;base64(body('Create_CSV_table'))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; each time the email action is updated, the expression automatically changes back to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;body('Create_CSV_table')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This causes an Internal Server Error and requires manually fixing the expression every time the workflow is updated. This becomes very frustrating when&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;managing multiple workflows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Logic Apps designer responsiveness issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The Logic Apps designer page is not fully responsive across different screen sizes. On my laptop screen, the Add Expression option disappears and is only visible when using a larger monitor. The designer should support different screen resolutions and provide a consistent user experience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for looking into these issues. Logic Apps Workflow Templates is a very useful feature, and addressing these problems would greatly improve usability for developers and users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 14:29:02 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure/azure-logic-apps-workflow-templates-preview-issues-with-updates/m-p/4537351#M22742</guid>
      <dc:creator>Simal00</dc:creator>
      <dc:date>2026-07-15T14:29:02Z</dc:date>
    </item>
  </channel>
</rss>

