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,...DiscussAzure 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...DiscussAzure Key Vault
Chukwudi Onyemaobichukwudionyemaobi.hashnode.dev·Aug 2, 2024What is a key vault:Azure Key Vault is a cloud service that provides secure storage for secrets, keys, and certificates. Here are the steps on how you can create a Key Vault using the Azure portal: Step 1: Sign in to Azure portal Step 2: Click on the search menu and typ...Uzoaku Onyemaobi (gozieuzzy) and 1 other are discussing this2 people are discussing thisDiscuss·13 likes·63 readsAzure Key Vault
Temitopetemmysoft.hashnode.dev·Aug 2, 2024What Can Key Vault Manage?A Key Vault, such as Azure Key Vault, is a robust security service designed to manage and protect sensitive data and cryptographic materials essential for cloud applications and services. It provides comprehensive management capabilities across sever...DiscussAzure
Umesh Panditumeshpandit.hashnode.dev·Jul 18, 2024How to Use Key Vault Secrets in Azure Data FactoryAzure Data Factory (ADF) is a powerful tool for data integration, enabling seamless data movement and transformation across various data sources. As businesses handle increasing volumes of data, the need for secure data management becomes paramount. ...Discuss·31 readsPipeline Security
Chandrasekar(Chan) Rajaramcr88.hashnode.dev·Jul 7, 2024Secure Databricks Access to Azure Data Lake Gen2 via Service Principal and Azure Key VaultIntroduction In the world of big data analytics, securing access to your data storage is paramount. As organizations increasingly adopt cloud-based solutions, the need for robust, scalable, and secure data access mechanisms becomes crucial. This blog...Discuss·1 like·43 readsDatabricks
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...Discuss·62 readsAzure
Anurag Sanurag0906.hashnode.dev·Mar 21, 2024Azure App Config v/s Key Vaultwhich one to use and when App Config Main Feature - Settings for the application Feature flags When to use- To separate configuration from code Use case - Container based microservices with centralized application setting Continuous deployment...DiscussApp-config
Kiran ReddyforDatabricks - PySparkdatabricks-pyspark-blogs.hashnode.dev·Feb 29, 2024Unlocking Data Security: A Comprehensive Guide to Databricks Secret Scopes2 Easy Ways to Create & Manage Databricks Secret Scopes Introduction In today's data-driven landscape, where technology facilitates the effortless creation and storage of vast volumes of information, the significance of data security cannot be overst...Discuss·10 likes·84 readsDatabricks Secret
Akshay Kumar Rakshaykumarr.hashnode.dev·Jan 26, 2024Azure Synapse Analytics: Keyvault AccessPre-requisite: You already have an Azure Keyvault set up, with the secrets defined. Access Secrets in Synapse Notebook Provide GET, List permissions for the new Synapse Workspace/ its UAMI under Access Policies in the Key Vault Create a new lin...Discussazure-synapse-analytics