Azure Blob Storage For NuGet Packages

How to Configure Azure Blob Storage for NuGet Packages?

In order to configure Azure Blob Storage for NuGet Packages, please follow the below steps:
  1. Configuring and retrieving details from the Azure storage account
  • Go to Azure portal https://portal.azure.com
  • Search for Storage in the search box and select Storage accounts in the list as shown in the below screen shot
image.png
  • Select respective Storage account and click on access keys and copy the key as shown in below screenshot.
  1. Configuring storage in the Orchestrator web.config file
  • Go to Orchestrator server and edit the below parameters in the web.config files, as below
    • Storage.Type value is Azure
    • Storage.Location value is Access keys copied from the portal