Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anders Jensen 5 posts 75 karma points
    Sep 11, 2020 @ 12:06
    Anders Jensen
    0

    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 ?

  • Nik 1612 posts 7258 karma points MVP 7x c-trib
    Sep 11, 2020 @ 12:09
    Nik
    0

    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

  • Anders Jensen 5 posts 75 karma points
    Sep 11, 2020 @ 12:14
    Anders Jensen
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft