skip to Main Content

Finally got Key Vault integrated with AKS… but not clear what I need to do if anything after that to read into env vars – Nginx

The documentation is a bit confusing there are two sets: https://learn.microsoft.com/en-us/azure/key-vault/general/key-vault-integrate-kubernetes https://azure.github.io/secrets-store-csi-driver-provider-azure/configurations/identity-access-modes/pod-identity-mode/ At any rate, I'm able to do the following to see that secrets are in the Pod: kubectl exec -it nginx-secrets-store-inline -- ls /mnt/secrets-store/ kubectl exec -it nginx-secrets-store-inline…

VIEW QUESTION

More than one package matched with specified pattern: D:ar1a***.zip. Please restrain the search pattern – PHP Versions

I have migrated my .NET Core 3.1 web api project to .NET 5, when I configured my release pipeline in azure DevOps, I have received the below error. 2021-02-18T16:07:51.6102920Z ##[section]Starting: Deploy Azure App Service 2021-02-18T16:07:51.6257075Z ============================================================================== 2021-02-18T16:07:51.6257406Z Task : Azure…

VIEW QUESTION

Redis – Get Read only connection strings of App Configuration in ARM Template

Hi I want to add Application Config Read Only Connection string in ARM Template "appSettingsShared": { "value": [ { "name": "RedisCache:ConnectionString", "value": "[concat(variables('RedisCacheName'),'.redis.cache.windows.net:6380,abortConnect=false,ssl=true,password=', listKeys(resourceId('Microsoft.Cache/Redis', variables('RedisCacheName')), '2015-08-01').primaryKey)]" }, { "name": "AppConfig:ConnectionString", "value": "???" } ] I know how to do it…

VIEW QUESTION
Back To Top
Search