About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
Summary:
The documentation provides environment variable setup instructions for Windows, macOS, and Linux, but consistently lists Windows instructions first in each section. All command-line examples use the cross-platform Azure CLI, and both Windows and Unix-like systems are covered for environment variable configuration. No Linux or macOS examples are missing, and no Windows-specific tools or PowerShell commands are used.
Recommendations:
- Rotate the order of OS tabs or use a neutral default (e.g., detect user's OS or list Linux/macOS first in some sections) to avoid always privileging Windows.
- Explicitly mention that Azure CLI commands are cross-platform to reassure non-Windows users.
- Consider combining macOS and Linux instructions where they are identical, or clarify differences only when necessary.
- Ensure parity in post-setup instructions (e.g., mention restarting editors/IDEs for all OSes, not just Windows).
Create pull request
Flagged Code Snippets
setx AZURE_COMMUNICATION_CONNECTION_STRING "<yourConnectionString>"
setx AZURE_COMMUNICATION_ACCESS_TOKEN "<yourAccessToken>"
Make this replacement in the code:
- Replace `<yourConnectionString>` with your connection string.
### Issue access token
Run the following command to issue an access token for your Communication Services identity. The `scopes` parameter defines a set of access token permissions and roles. For more information, see the list of supported actions in [Authenticate to Azure Communication Services](../../../../concepts/authentication.md).