I don't recall having that issue, we use to set things via the Azure App Settings config behaviour.
However, can I ask, how do you deploy your sites? If you use a devops pipeline you can use Parameters.xml and store your connection strings as variables in your pipeline libraries, so they only end up in web.config at the point it's being deployed onto your web app :-)
We use the Azure Release Pipeline to push files to azure web app.
Our client want to use azure vault to store all the connectionstrings and other keys.
We have other appSettings then:
AzureBlobFileSystem.ConnectionString:media
AzureBlobFileSystem.RootUrl:media
But when we depoy a new release, the connectionstring/rooturl is lost again, and I have to go into the UmbracoFileSystemProviders.Azure package options, and store them again.
Azure Blob Storage - Web App - Application Settings ?
Hi
Have anyone tryed using Web App / Application Settings, to set appsettings for UmbracoFileSystemProviders.Azure ?
Azure Web App works with a cached web.config when Application Settings are used.
But we are having issues that the UmbracoFileSystemProviders.Azure wont work with this.
We would like to not have any connectionstrings to Storage Account in the web.config.
Help ?
Hey Anders,
I don't recall having that issue, we use to set things via the Azure App Settings config behaviour.
However, can I ask, how do you deploy your sites? If you use a devops pipeline you can use Parameters.xml and store your connection strings as variables in your pipeline libraries, so they only end up in web.config at the point it's being deployed onto your web app :-)
Nik
Hey Nik
We use the Azure Release Pipeline to push files to azure web app. Our client want to use azure vault to store all the connectionstrings and other keys.
We have other appSettings then: AzureBlobFileSystem.ConnectionString:media AzureBlobFileSystem.RootUrl:media But when we depoy a new release, the connectionstring/rooturl is lost again, and I have to go into the UmbracoFileSystemProviders.Azure package options, and store them again.
is working on a reply...