This message was deleted.
# dotnet
s
This message was deleted.
r
If this is their default subscription (as indicated by
az account list -otable
) then this will be targeted without any need for further config. It's a bit unstable though: it will change if/when the dev changes their
az
config. Alternatively, you can use the
GetClientConfig.InvokeAsync()
method, which returns the subscription ID on its result.
m
+1 for
GetClientConfig
. I use it to verify the current set subscription is the one in the stack config for the running stack.
👍 1
❤️ 1