Integrate Azure Queue Storage with Service Connector

This page shows the supported authentication types and client types of Azure Queue Storage using Service Connector. You might still be able to connect to Azure Queue Storage in other programming languages without using Service Connector. This page also shows default environment variable names and values (or Spring Boot configuration) you get when you create the service connection. You can learn more about Service Connector environment variable naming convention.

Supported compute service

  • Azure App Service
  • Azure Container Apps
  • Azure Spring Apps

Supported authentication types and client types

Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:

Client type System-assigned managed identity User-assigned managed identity Secret / connection string Service principal
.NET yes icon yes icon yes icon yes icon
Java yes icon yes icon yes icon yes icon
Java - Spring Boot yes icon
Node.js yes icon yes icon yes icon yes icon
Python yes icon yes icon yes icon yes icon

Default environment variable names or application properties

Use the connection details below to connect compute services to Queue Storage. For each example below, replace the placeholder texts <account name>, <account-key>, <client-ID>, <client-secret>, <tenant-ID>, and <storage-account-name> with your own account name, account key, client ID, client secret, tenant ID and storage account name.

.NET, Java, Node.JS, Python

Secret/ connection string

Default environment variable name Description Example value
AZURE_STORAGEQUEUE_CONNECTIONSTRING Queue storage connection string DefaultEndpointsProtocol=https;AccountName=<account-name>;AccountKey=<account-key>;EndpointSuffix=core.windows.net

System-assigned managed identity

Default environment variable name Description Example value
AZURE_STORAGEQUEUE_RESOURCEENDPOINT Queue storage endpoint https://<storage-account-name>.queue.core.windows.net/

User-assigned managed identity

Default environment variable name Description Example value
AZURE_STORAGEQUEUE_RESOURCEENDPOINT Queue storage endpoint https://<storage-account-name>.queue.core.windows.net/
AZURE_STORAGEQUEUE_CLIENTID Your client ID <client-ID>

Service principal

Default environment variable name Description Example value
AZURE_STORAGEQUEUE_RESOURCEENDPOINT Queue storage endpoint https://<storage-account-name>.queue.core.windows.net/
AZURE_STORAGEQUEUE_CLIENTID Your client ID <client-ID>
AZURE_STORAGEQUEUE_CLIENTSECRET Your client secret <client-secret>
AZURE_STORAGEQUEUE_TENANTID Your tenant ID <tenant-ID>

Azure Spring Apps

Java - Spring Boot secret / connection string

Application properties Description Example value
azure.storage.account-name Queue storage account name <storage-account-name>
azure.storage.account-key Queue storage account key <account-key>

Next steps

Follow the tutorials listed below to learn more about Service Connector.