Azure / reliable-web-app-pattern-java

The reliable web app pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for Java.
https://aka.ms/eap/rwa/java/doc
MIT License
54 stars 35 forks source link

Use an AZ CLI command to get the default subscription #176

Closed agoncal closed 6 months ago

agoncal commented 1 year ago

When there are too many subscriptions, this command is quite handy to know which subscription is active

agoncal commented 1 year ago

@nickdala good question. I would say no because of the filter ?isDefault. But if you don't have a default subscription, would azd up work ?