上传的证书在多个 Azure Web 应用程序中可见
Uploaded Certificate Visible in Multiple Azure Web Apps
我已通过门户成功将证书上传到 Azure Web 应用程序。我惊讶地在同一资源组的其他网络应用程序中也看到了它。这是预期的行为吗?我还为其中一个网站创建了一个新的应用服务计划,但证书仍在其他网站中显示。
It’s important to note that Certificates are now part of the Resource
Group itself, and can be assigned to multiple web sites within that
Resource Group.
所以这是预期的行为。
我已通过门户成功将证书上传到 Azure Web 应用程序。我惊讶地在同一资源组的其他网络应用程序中也看到了它。这是预期的行为吗?我还为其中一个网站创建了一个新的应用服务计划,但证书仍在其他网站中显示。
It’s important to note that Certificates are now part of the Resource Group itself, and can be assigned to multiple web sites within that Resource Group.
所以这是预期的行为。