Set Up Azure Blob Storage as Cloud Storage
This chapter describes how to connect your Business Central (using BeyondCloudConnector) to Azure Blob Storage.
Connecting Azure Blob Storage allows you to directly access and edit files stored in the cloud without leaving Business Central.
Note
Adminstator Privileges required in Microsoft Azure
The following descriptions require administrator privileges in Microsoft Azure. To set up the connection, you must have permission to create storage accounts and containers, and to create SAS tokens. If you need help with setup or have any questions in this regard, please feel free to contact us at
info@beyondit.gbmh.
Please download the file from the link below:
Download PDF File
Follow the steps below to connect Azure Blob Storage in Business Central:
- Create Storage Account in Microsoft Azure
- Generate Shared Access Signatures
- Connect BeyondCloudConnector with Azure Blob Storage in Business Central
Create Storage Account in Microsoft Azure
This section describes how to create a storage account in Microsoft Azure. The storage account provides a unique namespace for your Azure storage data that can be accessed from anywhere in the world using HTTP or HTTPS. Data in your storage account is persistent and highly available, secure, and extremely scalable.
- Open the website http://www.portal.azure.com/ and log in.
- In the Microsoft Azure menu bar, click Storage Accounts.
- Click Create in the menu bar.
- Complete the required information to create a new storage account. We recommend that you name the storage account beyondcloudconnector. Since storage account settings depend largely on your organization's policies, we do not provide any values. For more information about storage account settings and how to create a storage account, see the Microsoft Azure Help chapter Create a storage account.
- For the storage account, click Endpoints under the Settings menu item.
- Copy the value for the File Service and enter it in the PDF file under the Account URL field.
- Create a container for the storage account.
- Enter the name of the created container in the PDF file under the Container field.
You have created a new storage account with a container. Two Shared Access Signatures (SAS) are still missing to set up the cloud storage. The SAS are created under the Generate Shared Access Signatures section.
Generate Shared Access Signatures
This section describes how to create the two Shared Access Signatures (SAS) to set up Azure Blob Storage for BEYOND CloudConnector.
- Open the website http://www.portal.azure.com/ and log in.
- In the Microsoft Azure menu bar, click Storage Accounts.
- Select the storage account that you created in the Create Storage Account in Microsoft Azure step.
- Click Shared Access Signature in the menu bar under the Security + Networking section.
- Under the Allowed Permissions section, enable all permissions for the SAS.
- Generate the SAS and enter it in the PDF document under the SAS Token field.
- Then generate another SAS. For this SAS, clear all the check boxes under the Allowed Services section except for the Read permission.
- Copy the SAS (read permissions only) string into the PDF file in the Read only SAS Token field.
You have created the SAS.
Connect BeyondCloudConnector with Azure Blob Storage in Business Central
This section describes how to connect Azure Blob Storage via BeyondCloudConnector in Microsoft Business Central.
To connect Azure Blob Storage via the BeyondCloudConnector extension in Microsoft Dynamics 365 Business Central, proceed as follows:
- Open your Business Central and the PDF file with the collected data.
- From the role center, open the search function (ALT+Q) .
- Search for Cloud Applications and click on the corresponding search result.
- The Cloud Applications page is displayed.
- To connect Azure Blob Storage to your Business Central, click New in the menu bar.
- The Cloud Application page is displayed.
- In the Code field, specify the value Azure Blob Storage.
- In the Application Type field, select Azure Blob Storage from the dropdown menu.
- In the Description field, you can enter a description for the new cloud application.
- Use the File Deletion Allowed slider to control whether files stored in the cloud can be deleted via Business Central.
- Open the Azure Blob Storage setup PDF file that you filled with information in the previous sections and transfer the values to the appropriate fields in Business Central.
You have connected Azure Blob Storage to Microsoft Dynamics 365 Business Central.
For a complete setup, you still need to define the tables on which you want the dropzones to appear for storing files from Business Central in Azure Blob Storage. For more information about setting up Dropzones, see the Set Up Dropzone chapter.
You can also set up automatic report archiving. For more information, see the chapter Set Up Report Archive.