azure-communication-service-amples Examples with Azure Communication services Before to run Setup the .env cp .env-template .env and modify the values with your own. Create a virtual environment: py -m venv .venv .venv\Scripts\activate Install the requirements: pip install -r requirements.txt