Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.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 rest调用中不支持资源服务名称networksecuritygroups错误_Azure_Azure Cloud Services - Fatal编程技术网

Azure rest调用中不支持资源服务名称networksecuritygroups错误

Azure rest调用中不支持资源服务名称networksecuritygroups错误,azure,azure-cloud-services,Azure,Azure Cloud Services,我得到下面的错误响应 调用Azure REST服务时不支持“资源服务名称networksecuritygroups” 放置服务/网络安全组/网络安全组名称/规则/规则名称 提供正确的订阅id、已创建的网络安全组名称和新规则名称 任何想法请提供信息 谢谢, Ashish您的资源URL中是否缺少网络?不应该是https://management.core.windows.net/{subscription id}/services/networking/networksecuritygroups/{

我得到下面的错误响应 调用Azure REST服务时不支持“资源服务名称networksecuritygroups” 放置服务/网络安全组/网络安全组名称/规则/规则名称

提供正确的订阅id、已创建的网络安全组名称和新规则名称

任何想法请提供信息

谢谢,
Ashish

您的资源URL中是否缺少
网络
?不应该是
https://management.core.windows.net/{subscription id}/services/networking/networksecuritygroups/{network security group name}/rules/{rule name}
?尝试了一下,它给出了一些有线xml响应,其中包含一行可读的“Endpoint not found”。不知道这是什么意思。因为在NSG中设置规则之前,我刚刚创建了NSG.Azure API文档链接。我明白了……我的评论是基于以下链接的……但这并不能解决问题,@Gaurav你能不能像之前那样验证URL。提前谢谢。