Key Vault compliant
Is the Azure Key Vault FIPS 140 Compliant or is another subscription needed?
Config-server with Azure Key Vault Cloud config
Hi guys I really need some insight here. I have an actual setup of config-server + centralized git configuration repo + App client (running on an k8 cluster) App connects to config-server, that connects to the git repo, fetch the configuration and…
Error when retrieving AKV secret in ADF rest API linked service
Hi, Is there any solution for this issue? I got error when retrieving AKV secret using parameter ."message": "ErrorCode=InvalidTemplate, ErrorMessage=The template function 'linkedService' is not defined or not valid." Here are the…
Connectivity on Key vault
Hello, I have a Key Vault in my subscription, and now there is an S360 KPI flagging my Key Vault, indicating that I should create a private endpoint instead of using public network access with specific IPs and VNet. Now, I have a doubt about…
Which procedure to follow to start adding the Azure Storage Account Access keys for one day rotation?
In order to perform Automated Azure Storage account Access keys, I am following this article: https://learn.microsoft.com/en-us/azure/key-vault/secrets/tutorial-rotation-dual?tabs=azure-cli#create-and-deploy-the-key-rotation-function Since I have 500+…
![](https://techprofile.blob.core.windows.net/images/WsWYoGdWukeBW66msAr6qQ.png?8D8128)
![](https://techprofile.blob.core.windows.net/images/WsWYoGdWukeBW66msAr6qQ.png?8D8128)
Azure Databricks and Key vault key versioning
We are building a Data encryption solution and are using pyspark AES encrypt and AES Decrypt function to encrypt the PII columns in the Databricks tables on Unity catalog. We have created views on top of these tables and using the same encryption key we…
Linked Service Can't connect to parametrized KeyVault linked service
Hello, I need help. Sorry, somewhat long description, but it to the point. Here is the scenario: I may have serval Key vaults under my Azure subscription. They are copy of each others except the values of some secrets differ (production vs. Test…
Azure API URL Whitelist Acceptance Questions
For the *.core.windows.net and *.vault.azure.net URLs in the Azure API URL Whitelist, Whitelist registration is required individually, not *. May I know the list of URLs that need to be allowed for that URL?
Azure Key Vault Encrypt with AES returns 413 Request Entity Too Large
I'm using a 256 bit AES key that's stored in Azure Managed HSM and I'm trying to encrypt data using the Azure SDK. When I try to encrypt the data using the AES key, the SDK returns a 413 Request Entity Too Large error. The data is likely in JSON format…
Entra Key Vault Key Rotation Policy to Rotating the Storage Account Key
I created a Key Vault and granted my storage account the Key Vault Officer role. I then setup a rotation policy as outline in the article below. I see versions of keys listed in Key Vault but the last rotation time stamp on the storage account key is…
Installing keyvault extension on Azure Linux - keyvault extension not respecting keyVaultId
Hello there, I'm trying to setup a simple prototype where I can pull a certificate from AKV automatically to my Azure Linux VM. Please note that we have the VM and the KeyVault created in the same subscription but different ResourceGroups. Assume the…
"errorMessage": "interaction_required: AADSTS16000: User account '{EUII Hidden}' from identity provider 'live.com' does not exist in tenant 'Microsoft Services' and cannot access the application '74658136-14ec-4630-ad9b-26e160f
Hello there Azure community, Realized an Azure account is connected to my hotmail email address/microsoft account when attempting to remove an expired credit card from the subscription section. The amount of things that seem to be configured within…
Expiry time of a key vs key rotation policy
Hi all, I have a question let say i have this kind of code rsa_key = key_client.create_rsa_key(key_name, size=4096) actions = [ KeyRotationLifetimeAction( KeyRotationPolicyAction.rotate, time_before_expiry="P30D" …
List all HSM active and deleted
Hi, How to list all HSMs down which are actively used and associated with Key Vault, and which has been deleted but not purged? A list of Key vaults can be retrieved by Azure portal or CLI, but nowhere for HSMs.
Azure Key Vault Managed HSM - Security Domain Certificate Renewal
As documented by Azure, when activating an Azure Key Vault Managed HSM resource you must create a security domain by sending at least three RSA public keys to the HSM. My question is do the certificates/keys need to be updated prior to their set…
Set-AzSqlInstanceTransparentDataEncryptionProtector Configuration Error
Error: Set-AzSqlInstanceTransparentDataEncryptionProtector: Long running operation failed with status 'Failed'. Additional Info:'The requested server key was not found.' The keyid that i used is already the one generated in the…
Character restrictions when creating an EV Certificate in Key Vault
Hi, I am trying to create a certificate for code signing within azure key vault (Web Portal). Our official company name contains a + and - character. Is there a restriction using those for the Subject entry CN=... ? as soon as either of those…
Using a private RSA key stored in key vault to ssh within python code
I am confused about how to use my keys stored in key vault. My scenario: I have an Azure function, which needs to ssh into a virtual machine I use Python's paramiko library to manage ssh access to this VM Basically, I need to mimic the operation in…
I changed my email and now I can't see my Key Vault
I have a VM in Azure running some web services. I use Azure Key Vault to generate an SSL certificate for secure comms. I had to change my email on my Azure account. My account was transferred by MS support, but the Key Vault says my Tenant ID has changed…
How to add my Trusted Signature to my Azure Key Vault?
Hi, I created a trusted signature in my Azure account. I would like to use it to sign excel files. I understand that I need to export it as PFX. I believe I need Azure key vault to do so, correct? If I get Key vault, how do I transfer / add my trusted…