# subprocess.Popen("cmd", shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) # args 必须是一个字符串或者序列类型(如:字符串、list ...
I am running Azure Function and using Azure CLI command. I am trying to get connection string. os.popen(f'az storage account show-connection-string --name XXX --resource-group XXX --subscription XXX') ...