Input Requirements
To connect to Azure, provide the following:
- Azure Connection String: Typically includes both the account name and key in the format
DefaultEndpointsProtocol=https;AccountName=xxx;AccountKey=yyy;EndpointSuffix=core.windows.net. - Blob Endpoint (if you have a private connection)
- Queue Endpoint (if you have a private connection)
- Local Test File Path (optional):Provide a file path that you can upload to your Azure container.
Finding your connection details
- Azure Connection String: Found in the Azure portal under Storage Accounts → Your Account → Access Keys → Connection string. This string contains both the AccountName and AccountKey.
- Blob Endpoint: Available under Endpoints in your storage account’s settings.
- Queue Endpoint: Also listed under Endpoints in the storage account settings.
- Local Test File Path: This is any file on your local system that you want to use for upload testing.