Reading CSV/text file from Azure storage blob
Reading CSV/text file from Azure storage blob Perquisite: 1. Create Azure storage account 2. Blob container 3. Folders inside the blob container 4. CSV file inside the folder 5. Access key How to create Azure storage account? 1. Login on https://portal.azure.com 2. To create storage account click on Storage account 3. Follow the wizard instruction to create storage account 4. Once storage account name created, create container, folder and place file inside folder. click on storage browser 5. Place file inside folder Now we have created Storage account, container, folder and file. 6. How to get storage account access key ? Go to storage account main page --> Security + networking --> Access Keys Establishing connection between D365 F&O and Azure storage account, reading azure storage file from D365 F&O using X++ 1. Create runnable class - XXXTestAzureBlob 2. Method to establish connection - connectToAzureStorageAccountBlob() 3. Reading the stor...