what's the azure-native equivalent of `az storage ...
# azure
h
what's the azure-native equivalent of
az storage account show-connection-string
?
1
b
There's PrimaryEndpoints. Is that what you need?
t
b
I knew there was an example somewhere. Thanks MIkhail
h
thanks! an observation - based on az cli source and cli output, there is an
EndpointSuffix=<http://core.windows.net|core.windows.net>;
section in the output. any idea how critical that is/any pitfalls in including/excluding it?
it seems like it is optional as long as one is not targeting China: docs