Reading Secrets from Azure Key Vault in Business central | Part 2

Опубликовано: 09 Сентябрь 2026
на канале: GoDigits
412
3

This is the part 2 of the concept Azure key vault , Check part 1 from below Url
   • Setting up App Key Vaults for Business Cen...  

Business Central Admin shell commands which we have to run in the following sequence only:-

1. Set-NAVServerConfiguration -ServerInstance serverInstancename -KeyName AzureKeyVaultClientCertificateStoreLocation -KeyValue certificate store location

2. Set-NAVServerConfiguration -ServerInstance serverInstancename -KeyName AzureKeyVaultClientCertificateStoreName -KeyValue certifcate store

3. Set-NAVServerConfiguration -ServerInstance serverInstance -KeyName AzureKeyVaultClientCertificateThumbprint -KeyValue certificate thumbprint

4. Set-NAVServerConfiguration -ServerInstance serverInstance -KeyName AzureKeyVaultClientId -KeyValue application ID of key vault reader app in Azure

5. Set-NAVServerConfiguration -ServerInstance serverInstance -KeyName AzureKeyVaultAppSecretsPublisherValidationEnabled -KeyValue true|false

6. Restart-NAVServerInstance -ServerInstance serverInstance