Skip to content

Commit 9fbad96

Browse files
authored
Apply suggestions from PR review
1 parent 67934b3 commit 9fbad96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-group-managed-service-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Enabling GMSA with Windows Server nodes on AKS requires:
2323
* The domain controller must have Active Directory Web Services enabled and must be reachable on port 9389 by the AKS cluster.
2424

2525
> [!NOTE]
26-
> Microsoft also provides a purpose built PowerShell module to configure gMSA on AKS. You can find more information on the module and how to use [here](https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/gmsa-aks-ps-module).
26+
> Microsoft also provides a purpose-built PowerShell module to configure gMSA on AKS. You can find more information on the module and how to use it in the article [gMSA on Azure Kubernetes Service](/virtualization/windowscontainers/manage-containers/gmsa-aks-ps-module).
2727
2828
## Configure GMSA on Active Directory domain controller
2929

@@ -341,7 +341,7 @@ To verify GMSA is working and configured correctly, open a web browser to the ex
341341
If the page loads, but you are not prompted to authenticate, use `kubectl logs POD_NAME` to display the logs of your pod and verify you see *IIS with authentication is ready*.
342342

343343
> [!NOTE]
344-
> Windows containers won't show logs on kubectl by default. To enable Windows containers to show logs, you need to embed the Log Monitor tool on your Windows image. More information available [here](https://github.com/microsoft/windows-container-tools)
344+
> Windows containers won't show logs on kubectl by default. To enable Windows containers to show logs, you need to embed the Log Monitor tool on your Windows image. More information is available [here](https://github.com/microsoft/windows-container-tools).
345345

346346
### Connection timeout when trying to load the page
347347

0 commit comments

Comments
 (0)