Skip to content

Commit

Permalink
Small updates to latest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
julioct committed Aug 8, 2023
1 parent dd77a00 commit 6b44f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-08-12-Docker-Tutorial-For-Dotnet-Developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dotnet run
GET http://localhost:5056/weatherforecast
```

It will return a list of random weather forecasts (showing first forecast only for brevity):
It will return a list of random weather forecasts (showing only first forecast here for brevity):

```http
HTTP/1.1 200 OK
Expand Down Expand Up @@ -173,7 +173,7 @@ docker tag hellodocker:1.0.0 julioc.azurecr.io/hellodocker:1.0.0

And, since Azure Container Registries are private, you have to authenticate first before you can push your Docker image there.

For this, first enable the Admin user in your Azure Container Registry and copy the generated username and password:
For this, first enable the **Admin user** in your Azure Container Registry and copy the generated username and password:

<img src="{{ site.url }}/assets/images/acr-accesskeys.png"/>

Expand Down

0 comments on commit 6b44f8d

Please sign in to comment.