Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.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服务总线系统.UnauthorizedAccessException_Azure_Azureservicebus - Fatal编程技术网

Azure服务总线系统.UnauthorizedAccessException

Azure服务总线系统.UnauthorizedAccessException,azure,azureservicebus,Azure,Azureservicebus,我们的azure服务总线连接字符串开始出现问题,从凌晨4:57起,不再从服务总线发送/收集消息 System.UnauthorizedAccessException: The token provider was unable to provide a security token while accessing 'https://biztechsoftware-sb.accesscontrol.windows.net/WRAPv0.9/'. Token provider returned me

我们的azure服务总线连接字符串开始出现问题,从凌晨4:57起,不再从服务总线发送/收集消息

System.UnauthorizedAccessException: The token provider was unable to provide a security token while accessing 'https://biztechsoftware-sb.accesscontrol.windows.net/WRAPv0.9/'. Token provider returned message: 'The remote name could not be resolved: 'biztechsoftware-sb.accesscontrol.windows.net''. ---> System.IdentityModel.Tokens.SecurityTokenException: The token provider was unable to provide a security token while accessing 'https://biztechsoftware-sb.accesscontrol.windows.net/WRAPv0.9/'. Token provider returned message: 'The remote name could not be resolved: 'biztechsoftware-sb.accesscontrol.windows.net''. ---> System.Net.WebException: The remote name could not be resolved: 'biztechsoftware-sb.accesscontrol.windows.net'
如果我使用根连接字符串,它可以正常工作。问题在于我们正在使用的旧连接字符串端点,它是很久以前创建的。此旧端点是否可能已过期?

2018年11月7日:所有访问控制组件将永久关闭。这包括访问控制管理门户、管理服务、STS和令牌转换规则引擎。此时,发送到访问控制(位于.accesscontrol.windows.net)的任何请求都会失败。在此之前,您应该已经将所有现有应用程序和服务迁移到其他技术

访问控制服务昨天已停用。 您必须使用共享访问策略连接字符串和共享访问密钥,或者使用预览中的Azure AD身份验证

还有一个迁移指南: