Microsoft Azure Service Bus Client Library for Python providing comprehensive messaging capabilities for enterprise applications.
Overall
score
92%
Build a message client application that connects to Azure Service Bus through a corporate HTTP proxy server. The application should support both authenticated and non-authenticated proxy configurations.
Your task is to implement a message client that:
Your application should accept the following configuration:
The application should:
Provides messaging capabilities for Azure Service Bus including proxy support for corporate network environments.
Input:
Expected Behavior: The client should configure proxy settings and successfully connect to Service Bus through the proxy, sending both messages to the queue.
Input:
Expected Behavior: The client should configure authenticated proxy settings and successfully send the message through the authenticated proxy connection.
proxy_client.pytest_proxy_client.py with tests that verify proxy configurationYour solution will be evaluated on:
Install with Tessl CLI
npx tessl i tessl/pypi-azure-servicebusdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10