ferozekhanhighcloud.hashnode.dev·Nov 24, 2024How to Sync Two Azure File Shares with an Automation AccountAzure File Shares provide a seamless way to store and access files in the cloud using standard SMB protocols. However, when working with multiple file shares across regions, keeping them in sync can be challenging. In this blog, I will show you how t...Azure
Freeman Madudilifreemancodz.hashnode.dev·Nov 12, 2024Building a Serverless Expense Tracker API on AzureIntroduction In this guide, I’ll walk you through building a secure, serverless API for tracking expenses on Azure. Using Azure Functions for serverless computing, Cosmos DB for scalable data storage, and Azure Key Vault for secure secret management,...Azure For Developers: Scalable SolutionsAzure Functions
Freeman Madudilifreemancodz.hashnode.dev·Nov 11, 2024Storing Secrets in Azure Key Vault and Accessing with Managed IdentityIn this guide, I’ll walk you through securing sensitive information, like database connection strings, using Azure Key Vault and accessing it from your Function App or App Service with a managed identity. This way, you avoid hardcoding secrets in you...Azure Key Vault
Sachin Nandanwarwww.azureguru.net·Oct 15, 2024Managed Identities in Microsoft AzureImagine managing a large-scale data environment where you have tens of different database servers spread across multiple regions or environments, including production, development, and staging. Each of these database servers requires its own set of c...66 readsAzure
Bipin Alchettibipinalchetti.hashnode.dev·Jun 8, 2024Simplifying UAMI Integration with AKS and AKVUse Case: We have a token/secret stored in an Azure Key Vault secret We have a pod in a Cluster that needs to read this secret. We will use UAMI to enable the pod to read the secret stored in the AKV Let's decode this in simple terms: Pre-requi...62 readsAzure
Marcel Michaublog.marcelmichau.dev·May 31, 2024Azure SQL - Create SQL User From Managed IdentityWhen using Managed Identities in Azure, a common requirement is creating a SQL user for your app's Managed Identity in your Azure SQL Database from some CI/CD pipeline. Sometimes apps need to talk to a database - who knew? According to the documentat...194 readsAzure
Marcel Michaublog.marcelmichau.dev·Apr 12, 2024Microsoft Entra ID - Call Protected APIs using Managed IdentitiesEntra ID Managed Identities are great. They enable authentication & authorization to Azure resources without the need to store & manage credentials. This works well if you, say, have an Azure Container App which connects to an Azure SQL Database. It'...3 likes·875 readsMicrosoft Entra
Kumar Ashwin Hubertkumarashwinhubert.com·Nov 18, 2023Secure Your Azure Functions: Use Managed Identity for AzureWebJobsStorageWhen using an Azure Function app, it is necessary to connect it to a storage account, often referred to as Host storage. This storage is utilized by the Functions runtime, as well as by various triggers and bindings to coordinate between multiple run...3.9K readsAzure
Jamie Lawsonjlawson.hashnode.dev·Oct 9, 2023Graph PowerShell Authentication with Managed IdentitiesWhat is a Managed Identity? Managed identities in Azure are a way for us to authenticate to selected Microsoft resources without having to manage credentials and secrets. A managed identity is associated with an Azure resource like an automation acco...Azure
Amit Khannaekhanna.hashnode.dev·Feb 19, 2023Understanding Managed Identities in Azure - Part IIn this article, we'll discuss what are Managed Identities in Microsoft Azure and how we can use them to secure and host truly credential-less .NET applications in the cloud. What are Managed Identities in Azure? Managed Identies is a feature in Azur...3 likes·69 readsAzure