Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
By default, some Azure Developer CLI commands display Azure subscription IDs in the console output. This behavior is useful during development to monitor deployments and template behavior. However, azd
also includes a demo mode to hide Azure subscription IDs for scenarios such as public presentations that use azd
commands, screen sharing with other users, or any other situation where you want to keep your subscription IDs hidden.
Demo mode behavior is based on the environment variable: AZD_DEMO_MODE
. To enable demo mode, run:
export AZD_DEMO_MODE true
To persist demo mode across reboots, you can also run:
setx AZD_DEMO_MODE true
Note
After setting the AZD_DEMO_MODE
environment variables, you may need to close and reopen your terminal window to reload the variable and apply the changes.
Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowTraining
Learning path
Build and deploy applications with the Azure Developer CLI - Training
This learning path teaches developers how to use the Azure Developer CLI and its template system to build, configure and deploy applications.
Certification
Microsoft Certified: Azure Developer Associate - Certifications
Build end-to-end solutions in Microsoft Azure to create Azure Functions, implement and manage web apps, develop solutions utilizing Azure storage, and more.