🔐 Stop using connection strings for Azure services If your application connects to Azure Service Bus, Storage, or Key Vault using connection strings… There’s a cleaner and safer approach: Managed Identity in Microsoft Azure, powered by Microsoft Entra ID. Instead of: ❌ storing keys in config ❌ rotating secrets ❌ worrying about leaks You simply: ✅ assign RBAC permissions ✅ let Azure issue tokens automatically ✅ access services securely In .NET, it’s literally: var client = new ServiceBusClient( "yournamespace", new DefaultAzureCredential()); No secrets. No connection strings. Works locally and in Azure. Rule of thumb If your app runs inside Azure → use Managed Identity It’s simpler, safer, and production-ready by default. #Azure #DotNet #CloudSecurity #ManagedIdentity #AzureServiceBus
Replace Azure Connection Strings with Managed Identity
More Relevant Posts
-
🚀 Azure Policy Update Microsoft has made major improvements to the responsiveness of the Azure Policy service. Policy assignment creation and updates for Resource Manager mode policies are now enforced within 5 minutes. With recent cache refresh optimizations in place, the long‑used login/logout workaround is being retired. -> Starting April 30, 2026, this workaround will no longer be available, paving the way for further gains in performance and reliability across Azure environments. - Faster policy enforcement - Fewer workarounds - Stronger governance at scale #Azure #AzurePolicy #CloudGovernance #Microsoft #AzureUpdates
To view or add a comment, sign in
-
#Azure is powerful ⚡ But power without control 🎛️ Is a BIG RISK 🚨 4 controls make Azure consistent, safer, & predictable 🔄 👉 https://lnkd.in/eJZ65miQ 👈 #TheAzureAcademy #CloudSecurity #EntraID #Microsoft365��
When Azure Is Missing These 4 Keys Bad Things Happen
https://www.youtube.com/
To view or add a comment, sign in
-
How Azure SRE Agent Can Investigate Resources in a Private Network. ⚠️ Important Note on Network Communication: In this pattern, Azure SRE Agent communicates over the public network to reach the Azure Function proxy. The proxy endpoint is secured with Easy Auth (Microsoft Entra ID) and only authenticated callers can invoke it. We are also actively working on enabling SRE Agent to be injected directly into private networks, which will eliminate the need for a public proxy altogether. Stay tuned for updates on private network injection support. TL;DR When you configure Azure Monitor Private Link Scope (AMPLS) with publicNetworkAccessForQuery: Disabled, all public queries to your Log Analytics Workspace are blocked. To enable Azure SRE Agent to query these protected workspaces, deploy Azure Functions inside your VNet as a secure query proxy. What We Built: This sample deploys to a single subscription with two resource groups... #techcommunity #azure #microsoft https://lnkd.in/e2G8hWGz
To view or add a comment, sign in
-
-
Azure Storage Adds Secure User-Bound User Delegation SAS to Lock Tokens to a Single Entra ID Identity Azure Storage now previews user-bound user delegation SAS, letting you lock SAS tokens to a specific Entra ID identity for safer delegated access....
To view or add a comment, sign in
-
[Tech Community] How to enable HTTPS support for Microsoft Connected Cache for Enterprise and Education. Starting on June 16th, 2026, or soon after, Intune will enforce HTTPS content delivery for customers using Microsoft Connected Cache for Enterprise and... #azure #techcommunity https://lnkd.in/edcWYHHT
To view or add a comment, sign in
-
-
Azure RBAC vs. Kubernetes RBAC: What's the Difference? When managing access in Azure Kubernetes Service (AKS), understanding Azure RBAC and Kubernetes RBAC is important. Here’s a quick comparison: 🔹 Azure RBAC: Controls access to Azure resources, including the AKS cluster itself. It’s used for actions like scaling and upgrading the cluster and relies on Microsoft Entra ID for authentication. 🔹 Kubernetes RBAC: Manages access within the AKS cluster (namespaces, pods, and services). It uses Kubernetes Roles and RoleBindings for authorization and can integrate with Microsoft Entra ID. Choosing the right RBAC model ensures better security and access control in AKS. 🚀
To view or add a comment, sign in
-
-
[Tech Community] Microsoft Entra Agent ID explained. See every agent in one place, understand what it can access, detect agent sprawl early, and apply least-privilege permissions using the same Microsoft Entra... #azure #techcommunity https://lnkd.in/eJREMXHN
To view or add a comment, sign in
-
-
Azure VNet Peering, achieved ❇️ 🌟 ! Here what I found the must-know summary about it, refresh your knowledge: - Azure Virtual Network peering allows for the connection of virtual networks in a hub and spoke topology. - There are two types of peering: regional and global. Regional peering connects virtual networks in the same region. Global peering connects virtual networks in different regions. - Network traffic between peered virtual networks is private and kept on the Azure backbone network. - You can configure Azure VPN Gateway in the peered virtual network as a transit point to access resources in another network. - Network security groups can be applied to block or allow access between virtual networks when configuring virtual network peering. It's all about shareability, isolation and security. #Cloud #azure #Microsoft #Devops
To view or add a comment, sign in
-
🚀 Power of Azure Functions Earlier: “Server down hai?” Now: “What server?” 😎 That’s the power of Serverless. 💪 Why Azure Functions? ✔ Auto-scaling (traffic aaye ya na aaye, tension free) ✔ Pay only when your code runs ✔ Event-driven (HTTP, Queue, Blob, Timer, Event Grid) ✔ Perfect for APIs, microservices & automation 🔐 And Yes… Security bhi strong 💥 🔒 Managed Identity (no hardcoded passwords 🙏) 🔒 Azure AD (Entra ID) integration 🔒 VNet & Private Endpoints 🔒 HTTPS by default 🔒 Key Vault for secrets 🔒 RBAC support Less infrastructure. Less headache. More innovation. Serverless is not magic… but it feels like it sometimes ✨ #Azure #AzureFunctions #Serverless #CloudSecurity #CloudComputing
To view or add a comment, sign in
-
-
Azure didn’t break 🧱 It didn’t crash 💻 It didn’t alert 🔕 It just kept costing us more 💸 Until we fixed these 4 controls 🔧 👉 https://lnkd.in/eJZ65miQ 👈 #TheAzureAcademy #AzureVirtualDesktop #CloudSecurity #AzureAdmin
To view or add a comment, sign in