Connecting Azure Blob with Azure Website

后端 未结 2 1963
悲哀的现实
悲哀的现实 2021-02-06 00:59

I\'m trying to connect an Azure website to an Azure blob (where I intend to host some files in a container and then grab them from my website).

I started out with this t

2条回答
  •  野性不改
    2021-02-06 01:22

    This is more bad documentation from Azure, the article does indeed tell you to create an AppSetting and then the code tells you to retrieve a ConnectionString.

    The alternative fix is to store the details as a ConnectionString and leave the code as is:

    
    

提交回复
热议问题