You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Public extension host |*.hosting.\<region>.\<fqdn> (Wildcard SSL Certificates) | Public extension host | hosting.\<region>.\<fqdn> |
29
29
30
30
The detailed certificate requirements can be found in the [Azure Stack public key infrastructure certificate requirements](azure-stack-pki-certs.md) article.
31
31
@@ -38,7 +38,7 @@ The Azure Stack Readiness Checker Tool provides the ability to create a certific
38
38
39
39
## Validate new certificates
40
40
41
-
1. Open PowerShell with elevated permission on the hardware lifecycle host or the Privileged Access Workstation.
41
+
1. Open PowerShell with elevated permission on the hardware lifecycle host or the Azure Stack management workstation.
42
42
2. Run the following cmdlet to install the Azure Stack Readiness Checker tool.
4. Place your certificate(s) in the appropriate directories.
59
-
5. Run the following cmdlets to start the certificate check:
58
+
> [!Note]
59
+
> If you deploy with Azure Active Directory Federated Services (AD FS) the following directories must be added to **$directories** in the script: `ADFS`, `Graph`.
60
+
61
+
4. Run the following cmdlets to start the certificate check:
5. Place your certificate(s) in the appropriate directories.
70
+
67
71
6. Check the output and all certificates pass all tests.
68
72
69
73
@@ -74,35 +78,36 @@ Use a computer that can connect to the Azure Stack privileged endpoint for the n
74
78
1. Use a computer that can connect to the Azure Stack privileged endpoint for the next steps. Make sure you access to the new certificate files from that computer.
75
79
2. Open PowerShell ISE to execute the next script blocks
76
80
3. Import the certificate for hosting endpoint. Adjust the script to match your environment.
77
-
4. Import the certificate for hosting endpoint. Adjust the script to match your environment.
Azure Stack sets up virtual IP addresses (VIPs) for its infrastructure roles. These VIPs are allocated from the public IP address pool. Each VIP is secured with an access control list (ACL) in the software-defined network layer. ACLs are also used across the physical switches (TORs and BMC) to further harden the solution. A DNS entry is created for each endpoint in the external DNS zone that specified at deployment time.
| Public Extension Host |*.hosting.\<region>.\<fqdn> (Wildcard SSL Certificates) | Public Extension Host | hosting.\<region>.\<fqdn> |
76
78
77
79
If you deploy Azure Stack using the Azure AD deployment mode, you only need to request the certificates listed in previous table. However, if you deploy Azure Stack using the AD FS deployment mode, you must also request the certificates described in the following table:
Azure Monitor is the platform service that provides a single source for monitoring Azure resources. With Azure Monitor, you can visualize, query, route, archive, and otherwise take action on the metrics and logs coming from resources in Azure. You can work with this data by using the Azure Stack admin portal, Monitor PowerShell Cmdlets, Cross-Platform CLI, or Azure Monitor REST APIs. For the specific connectivity supported by Azure Stack, see [How to consume monitoring data from Azure Stack](azure-stack-metrics-supported.md)
30
+
Azure Monitor is the platform service that provides a single source for monitoring Azure resources. With Azure Monitor, you can visualize, query, route, archive, and otherwise take action on the metrics and logs coming from resources in Azure. You can work with this data by using the Azure Stack admin portal, Monitor PowerShell Cmdlets, Cross-Platform CLI, or Azure Monitor REST APIs. For the specific connectivity supported by Azure Stack, see [How to consume monitoring data from Azure Stack](azure-stack-metrics-monitor.md)
31
31
32
32
> [!Note]
33
33
Metrics and diagnostic logs are not available for the Azure Stack Development Kit.
0 commit comments