# Queue Storage: Microsoft Azure Resource Manager (ARM)

Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fintegrations%2Fazure%2Fqueue-storage-microsoft-azure-resource-manager.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fintegrations%2Fazure%2Fqueue-storage-microsoft-azure-resource-manager.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

Coralogix provides seamless integration with Azure cloud, allowing you to send your logs from anywhere and parse them according to your needs.

Deploy the Azure Queue Storage integration to send Coralogix your JSON-formatted queue messages using the ARM template below.

## [](https://github.com/coralogix/coralogix-azure-serverless/tree/master/StorageQueue#prerequisites)Prerequisites[​](#prerequisites "Direct link to prerequisites")

* Azure account with an active subscription[](https://github.com/coralogix/coralogix-azure-serverless/tree/master/StorageQueue#general)

## Azure Resource Manager Template Deployment[​](#azure-resource-manager-template-deployment "Direct link to Azure Resource Manager Template Deployment")

Sign into your Azure account and deploy the Queue Storage integration by clicking [here](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fcoralogix%2Fcoralogix-azure-serverless%2Fmaster%2FStorageQueue%2FARM%2FStorageQueue.json).

[![](/docs/assets/images/New-storage-queue-684x1024-4499116d98cc940752d7018a35d249c5.webp)](https://coralogix.com/docs/docs/assets/images/New-storage-queue-684x1024-4499116d98cc940752d7018a35d249c5.webp)

**Notes**:

* The Azure Queue Storage integration allows parsing of queue messages in JSON format.

* Other format messages will **not** be processed and submitted to the Coralogix platform.

### Fields[​](#fields "Direct link to Fields")

| Field                          | Description                                                                                                                                                                                               |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Subscription                   | Azure subscription for which you wish to deploy the integration.<br />Must be the same as the monitored storage account.                                                                                  |
| Resource Group                 | Resource group for which you wish to deploy the integration                                                                                                                                               |
| Coralogix Region               | Region associated with your [Coralogix domain](https://coralogix.com/docs/docs/user-guides/account-management/account-settings/coralogix-domain/.md)                                                      |
| Custom URL                     | Custom URL associated with your Coralogix account. Ignore if you do not have a custom URL.                                                                                                                |
| Coralogix Private Key          | Coralogix [Send-Your-Data API key](https://coralogix.com/docs/docs/user-guides/account-management/api-keys/send-your-data-api-key/.md)                                                                    |
| Coralogix Application          | Mandatory [metadatafield](https://coralogix.com/docs/docs/user-guides/account-management/account-settings/application-and-subsystem-names/.md) metadata field sent with each log and helps to classify it |
| Coralogix Subsystem            | Mandatory [metadatafield](https://coralogix.com/docs/docs/user-guides/account-management/account-settings/application-and-subsystem-names/.md) metadata field sent with each log and helps to classify it |
| Storage Account Name           | Name of the storage account containing the storage queue. Must be of StorageV2 (general purpose V2) type.                                                                                                 |
| Storage Account Resource Group | Name of the storage account resource group containing the storage queue to be monitored                                                                                                                   |
| Storage Queue Name             | Name of the Storage Queue to be monitored                                                                                                                                                                 |
| Function App Service Plan Type | Type of the function app service plan. Choose 'Premium' if you need VNet support.                                                                                                                         |

## Optional Configuration Options[​](#optional-configuration-options "Direct link to Optional Configuration Options")

If your Storage Queue belongs to a restricted storage account, review this [optional configuration documentation](https://coralogix.com/docs/docs/integrations/azure/optional-configurations-microsoft-azure/.md) to learn about VNet support options.

## Additional Resources[​](#additional-resources "Direct link to Additional Resources")

|                           |                                                                                                                                                                                                                                                         |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Github                    | [Queue Storage Documentation](https://github.com/coralogix/coralogix-azure-serverless/blob/master/StorageQueue)                                                                                                                                         |
| Microsoft Azure Functions | [Blob Storage](https://coralogix.com/docs/docs/integrations/azure/blob-storage-via-event-grid-microsoft-azure-resource-manager/.md)<br />[Event Hub](https://coralogix.com/docs/docs/integrations/azure/event-hub-microsoft-azure-resource-manager/.md) |
