Skip to content

Commit 7d67d7d

Browse files
Update azure-cobalt.md
Capitalized Docker
1 parent 730b77d commit 7d67d7d

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/azure-cobalt-cicd-aks

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/azure-cobalt-cicd-aks/azure-cobalt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Once you have successfully created the cluster, you can proceed to the next sect
6262

6363
## How do I create a container registry with Azure Container Registry (ACR)?
6464

65-
To create a container registry in Azure Container Registry to host the docker images for your application, use the following command:
65+
To create a container registry in Azure Container Registry to host the Docker images for your application, use the following command:
6666

6767
```console
6868
az acr create --resource-group myResourceGroup --name mycontainerregistry
@@ -86,7 +86,7 @@ Refer to this [guide](https://learn.microsoft.com/en-us/azure/developer/github/c
8686

8787
Follow these steps:
8888

89-
* In your fork of the github repository, inspect the `aks-ga-demo.csproj` file.
89+
* In your fork of the GitHub repository, inspect the `aks-ga-demo.csproj` file.
9090

9191
* Verify that the `TargetFramework` field has `net8.0` as the value.
9292

0 commit comments

Comments
 (0)