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·61 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·55 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
Selmouni Abdelilahselmouni.hashnode.dev·Jan 22, 2024Create and Deploy a .NET Web API for CRUD operations to Azure using GitHub Actions #Part 1Introduction: Building robust APIs is a fundamental aspect of modern software development. In this two-part series, we'll go through the process of creating a .NET API with CRUD (Create, Read, Update, Delete) operations, and then deploying it to Azur...DiscussAzure
Selmouni Abdelilahselmouni.hashnode.dev·Jan 22, 2024Create and Deploy a .NET Web API for CRUD operations to Azure using GitHub Actions #Part 2Introduction: In the initial phase of our series, we successfully crafted a .NET Web API and thoroughly tested it in a local environment. In the second part of our series, we'll take the .NET API created in Part 1 and deploy it to Azure Web App using...Discuss·1 likeAzure