1,118 questions with Azure Key Vault tags

Sort by: Updated
1 answer

Need help installing a SSL.com certificate on Azure VM

I just set up an Azure VM. My unsecured website (http) is working fine to this new Azure box. I'm am trying to get the SSL.com certificate working so that https will work, and I'm running into some difficultly. I can't find a document that is straight…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,143 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
asked 2020-09-10T20:37:37.64+00:00
Marcus Baker 1 Reputation point
commented 2020-09-16T18:47:00.54+00:00
prmanhas-MSFT 17,891 Reputation points Microsoft Employee
2 answers

No SQL connector for Azure Key Vault in SQL Managed Instance

Hi, The SQL connector for Azure Key Vault is not pre-installed and configured in Azure SQL Managed Instance. This prevents from using Column level Encryption using Key from AKV. Please note, that The 'Always Encrypted' feature does not meet my…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure SQL Database
asked 2020-09-11T11:28:20.85+00:00
Surbhi Nijhara 26 Reputation points
answered 2020-09-14T07:41:23.35+00:00
Surbhi Nijhara 26 Reputation points
0 answers

Intermittent authorisation on Key Vault

I have a deployed Azure Function that accesses a key vault, I'm using the 3 environmental variables of AZURE_CLIENT_ID and AZURE_CLIENT_SECRET and AZURE_TENANT_ID to use the DefaultAzureCredential of azure.identity from the python SDK. I've also enabled…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,281 questions
asked 2020-09-09T08:27:03.457+00:00
Ross 1 Reputation point
commented 2020-09-11T16:17:43.363+00:00
JamesTran-MSFT 36,371 Reputation points Microsoft Employee
1 answer

Managing/auto-rotating Azure cosmos Db keys using Azure key vault

Does azure cosmos db and key vault provide ways using which the secret can be managed using keyvault similar to Azure Storage account overview-storage-keys-powershell? Funcitonalities required are Onboarding a cosmos db account to keyvault…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,445 questions
asked 2020-08-25T11:33:01.157+00:00
Saravanan Nakkeeran 1 Reputation point
commented 2020-09-08T18:40:04.27+00:00
Saurabh Sharma 23,751 Reputation points Microsoft Employee
3 answers

TDE for SQL on Azure VM

I have 3 nodes of AAG replica , 2 on EastAsia and 1 on Southeast asia. and there are also 2 Azure Key vault , one in East Asia and One in South east asia . So I would like to know if there are option to sync the TDE key between two Key vaults, …

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
SQL Server on Azure Virtual Machines
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,736 questions
asked 2020-08-22T10:10:21.733+00:00
sakuraime 2,321 Reputation points
commented 2020-09-02T18:28:00.077+00:00
KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee
2 answers

keyvault extension is not pulling the certificate. do you know where do i check the logs?

keyvault extension is not pulling the certificate. do you know where do i check the logs?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
asked 2020-08-11T08:31:50.003+00:00
Anand Rathi 96 Reputation points
commented 2020-08-31T20:27:42.29+00:00
James Hamil 21,696 Reputation points Microsoft Employee
1 answer

Azure disk encryption

I have a VM with 4 disk encrypted with SSE with PMK & ADE. I added two additional disk to increase the storage pool when I follow instruction - $KVRGname = 'MyKeyVaultResourceGroup'; $VMRGName = 'MyVirtualMachineResourceGroup'; …

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
572 questions
asked 2020-08-27T04:52:19.94+00:00
prasantc 796 Reputation points
commented 2020-08-31T17:44:07.683+00:00
JamesTran-MSFT 36,371 Reputation points Microsoft Employee
2 answers

How to securely use Azure services from an untrusted client?

Let's say I have a simple client Console App that I want to sell to the public. It's going to access an Azure service, let's say Table Storage. How do I secure the keys to Table Storage? It seems like it's impossible to do with just the client app? I…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,431 questions
asked 2020-08-23T11:02:31.973+00:00
Paul Marsh 1 Reputation point
answered 2020-08-28T15:53:54.077+00:00
sadomovalex 3,626 Reputation points
2 answers

Azure Key Vault Set Secret from PowerShell- Pattern Match Exception

I am trying to bulk insert secrets to my Key Vault using power shell and Its throwing me Secret Validation exception saying Pattern Mismatch- ^[0-9a-zA-Z-]+$ But same secret, if i am doing manually in the portal, its working fine. Need some insights…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,375 questions
asked 2020-08-25T15:37:55.327+00:00
Pavan Kumar 1 Reputation point
commented 2020-08-26T17:17:04.15+00:00
JamesTran-MSFT 36,371 Reputation points Microsoft Employee
2 answers

key vault - for multiple app service should I create seperate key vault in one environment

Hi All, I have multiple web apps in each env ( and 4 environments in different azure subscriptions ). We are trying to use key vault but would like to know - 1.) Micorosft document states that we should use separate key vault for each app…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
asked 2020-08-26T05:40:10.787+00:00
Neha Oberoi 11 Reputation points
commented 2020-08-26T08:11:46.053+00:00
Neha Oberoi 11 Reputation points
1 answer

Due to failed command az keyvault create , I cannot remove resource on Azure Key Vault or create a new one.

I am running a Lab for creating a key vault with az CLI on my free tier subscription. The first step was to create a resource group. az group create -n keyvault-aad-pod-identity-rg -l eastus During the second step, I typed wrong the --location…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
asked 2020-08-24T22:51:31.913+00:00
Rodrigo Rios 1 Reputation point
commented 2020-08-25T16:24:25.793+00:00
JamesTran-MSFT 36,371 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Do keyvault tags get cloned during auto-renewal?

My use case is managing certificate that are issued via Digicert API and are set to auto renew. If I set any tags on the latest version of cert, does it get cloned to the next issued version via auto renew? I didn't see any documentation and it…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
asked 2020-08-08T03:50:12.593+00:00
Abhijeet 21 Reputation points
accepted 2020-08-17T05:59:49.097+00:00
Abhijeet 21 Reputation points
1 answer

Secure Output into foreach activity

In adf, I'm running a for-each loop for a multi-line secret out of Keyvault. and the secret value is visible in parameter. how can I make sure secret is secure but not need to input secret list in the pipeline one by one?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2020-08-03T03:33:09.147+00:00
CHOI Alex (PT/GDU-AP) 1 Reputation point
commented 2020-08-11T13:58:58.76+00:00
HarithaMaddi-MSFT 10,126 Reputation points
1 answer

I would like to use azure key vault to send keys to a non-azure vm?, I need this to work in automation with no manual steps

I would like to use azure key vault to send keys to a non-azure vm, I need to deploy multiple vm's in an automation environment and during the deployment/infrastructure, I need to bootstrap these VM's to azure key vault to get certificates and keys on…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
asked 2020-07-10T16:42:04.327+00:00
redspy 1 Reputation point
commented 2020-08-04T21:16:49.15+00:00
Marilee Turscak-MSFT 33,876 Reputation points Microsoft Employee
1 answer

Key vault Azure data factory problem

Hello I've created a Key vault service to store a secret with the credentials to access to my cosmos DB collection. the secret value is as i show you : …

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,445 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2020-08-03T10:21:47.5+00:00
CORONADO GRANADOS Diana Milena 126 Reputation points
answered 2020-08-03T14:34:49.997+00:00
Alex Drenea 6 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Could not access key vault reference metadata

My goal: read a secret value from Azure key vault in Azure function app Steps: Azure key vault side: Generated secret Access control (IAM)>Add role assignment: gave role Reader to my function Secret>Version>Enabled, copy secret…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
asked 2020-07-30T12:56:36.11+00:00
arunabha bhattacharya 181 Reputation points
commented 2020-07-31T15:21:30.377+00:00
Saurabh Sharma 23,751 Reputation points Microsoft Employee
1 answer

restore keyvault seceretes keys

could not restore keyvault seceretes keys in azure vm

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
asked 2020-07-26T10:15:00.993+00:00
deepak 1 Reputation point
commented 2020-07-29T16:48:31.313+00:00
JamesTran-MSFT 36,371 Reputation points Microsoft Employee
1 answer

It is possible to use single key in keyvault while enabling multiple data and os disk encryption in azure

Hello team, I want to know if I can use one common key and keyvault for enabling encryption on multiple data and OS disk in my azure environment

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
asked 2020-07-23T11:14:56.153+00:00
Ankita Mali 1 Reputation point
answered 2020-07-23T11:38:56.223+00:00
Manish Jha 236 Reputation points
1 answer One of the answers was accepted by the question author.

Key Vault Managed Storage - Key Regeneration/Rotation

I am seeking clarity as to how Key Vault Managed Storage rotates the keys, as the documentation is rather confusing and I believe to be incorrect. Key Vault Managed Storage can be enabled using the following commands: Azure Powershell:…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,697 questions
asked 2020-07-17T16:55:04.677+00:00
Scott 21 Reputation points
commented 2020-07-21T15:40:32.67+00:00
JamesTran-MSFT 36,371 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Disk Encryption - Can we add/enable bitlocker for all datadisks attached to VMs

Hi Team, I would like to enable bitlocker for all datadisks including OS disk. Is it possible to enable bit-locker and store the keys on Azure Key Vault.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,697 questions
asked 2020-07-16T10:55:01.41+00:00
Girish Prajwal 706 Reputation points
accepted 2020-07-20T12:36:44+00:00
Girish Prajwal 706 Reputation points