Please note that our integration natively supports Azure File Storage only. If you are using Azure Blob Storage, it is still possible to perform the integration by leveraging the call hangup webhook and Microsoft SDKs/libraries.
Prerequisites
You need to create Azure File Storage in your Azure account. This storage type is designed specifically for handling file shares.
Here’s how to set it up:
1. Create a Storage Account
Azure File Storage is a feature of an Azure Storage account. If you don’t already have a storage account, follow these steps:
- Go to the Azure Portal.
- Click Create a resource > Storage > Storage account.
- Fill in the required details:
-
Resource group: Select or create a new one.
-
Storage account name: Choose a unique name.
-
Region: Select the region closest to your application.
-
Performance: Choose
Standard
(cost-effective) orPremium
(low latency for intensive workloads). - Redundancy: Choose from
LRS
,ZRS
,GRS
, orGZRS
depending on your availability needs.
-
2. Enable File Storage
Azure File Storage is enabled by default in a general-purpose v2 storage account. Once your storage account is created:
- Navigate to the Storage account.
- Under Data storage, select File shares.
- Create a new file share by clicking + File share and specify a name and quota (if needed).
3. Enable the Integration in Ringover
Navigate to your Ringover Dashboard > Integrations and search "Azure storage".
Click on Activate.
- Find your Account name and Key in Azure:
-
-
Click on Storage Accounts in the left-panel.
-
In the screen that appears, select the storage account for which you'd like to find the Account Name and Account Key.
-
- Add the information in Ringover:
-
-
Paste the Account name
-
Paste the Account key
- Activate the toggle
-