Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/go/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在azure门户网站中获取所有web应用的URL/URL列表_Azure_Azure Web App Service - Fatal编程技术网

如何在azure门户网站中获取所有web应用的URL/URL列表

如何在azure门户网站中获取所有web应用的URL/URL列表,azure,azure-web-app-service,Azure,Azure Web App Service,如果有许多web应用程序,并且所有应用程序都具有自定义域 如何在azure门户网站中获取所有web应用程序的URL/URL列表?最后,我使用了这个命令并获得了我想要的 Get-AzureRmWebApp | foreach对象{$| |选择对象站点名、默认主机名、资源组为什么不使用Poweshell Get-AzureRmWebApp |选择对象名、主机名?最后,我使用了这个命令并得到了我想要的。获取AzureRmWebApp | foreach对象{$| |选择对象SiteName、Defau

如果有许多web应用程序,并且所有应用程序都具有自定义域


如何在azure门户网站中获取所有web应用程序的URL/URL列表?

最后,我使用了这个命令并获得了我想要的


Get-AzureRmWebApp | foreach对象{$| |选择对象站点名、默认主机名、资源组

为什么不使用Poweshell Get-AzureRmWebApp |选择对象名、主机名?最后,我使用了这个命令并得到了我想要的。获取AzureRmWebApp | foreach对象{$| |选择对象SiteName、DefaultHostName、ResourceGroup这不是来自Azure CLI,是吗?似乎对我没用,如果是的话!是鲍威尔指挥部。