Skip to main content

Connection Functionality

Once you provide the required connection details, the application performs a series of checks to validate your Azure setup. Specifically, it will:

  • Create a test container to verify storage access.
  • Generate a SAS URL for the container to ensure permissions are correct.
  • Create a queue client to confirm queue functionality.
  • Generate a SAS URL for the queue to validate secure access.

If the Upload a local file option is enabled, the app will also:

  • Upload the provided source file to the source-test container to confirm file transfer works.
  • Upload a test file (automatically created by the app) to the test container to confirm file transfer works.

These steps ensure that both your storage and queue services are properly configured and accessible with the provided credentials.