Skip to content

Commit b77b615

Browse files
authored
Fix broken links - Architecture and Azure (#20637)
1 parent 0a14929 commit b77b615

File tree

6 files changed

+159
-159
lines changed

6 files changed

+159
-159
lines changed

docs/architecture/containerized-lifecycle/design-develop-containerized-apps/visual-studio-tools-for-docker.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ The following table might help you decide how to set these options.
7979
> [!TIP]
8080
> For further details on the services implementation and use of Visual Studio Tools for Docker, read the following articles:
8181
>
82-
> Debug apps in a local Docker container: <https://docs.microsoft.com/azure/vs-azure-tools-docker-edit-and-refresh>
82+
> Debug apps in a local Docker container: <https://docs.microsoft.com/visualstudio/containers/edit-and-refresh>
8383
>
84-
> Deploy an ASP.NET container to a container registry using Visual Studio: <https://docs.microsoft.com/azure/vs-azure-tools-docker-hosting-web-apps-in-docker>
84+
> Deploy an ASP.NET container to a container registry using Visual Studio: <https://docs.microsoft.com/visualstudio/containers/hosting-web-apps-in-docker>
8585
8686
> [!div class="step-by-step"]
8787
> [Previous](docker-apps-inner-loop-workflow.md)

docs/architecture/microservices/architect-microservice-container-applications/asynchronous-message-based-communication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Additional topics to consider when using asynchronous communication are message
7979
## Additional resources
8080

8181
- **Event Driven Messaging** \
82-
<https://soapatterns.org/design_patterns/event_driven_messaging>
82+
<https://patterns.arcitura.com/soa-patterns/design_patterns/event_driven_messaging>
8383

8484
- **Publish/Subscribe Channel** \
8585
<https://www.enterpriseintegrationpatterns.com/patterns/messaging/PublishSubscribeChannel.html>

docs/architecture/microservices/docker-application-development-process/docker-app-development-workflow.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ The above command will create a new container instance from the specified image,
447447

448448
In this case, the command binds the internal port 5000 of the container to port 80 of the host machine. This means that the host is listening on port 80 and forwarding to port 5000 on the container.
449449

450-
The hash shown is the container ID and its also assigned a random readable name if the `--name` option is not used.
450+
The hash shown is the container ID and it's also assigned a random readable name if the `--name` option is not used.
451451

452452
#### Using Visual Studio
453453

@@ -490,7 +490,7 @@ The important point here is that, as shown in Figure 5-12, in Visual Studio 2019
490490
### Additional resources
491491

492492
- **Deploy an ASP.NET container to a remote Docker host** \
493-
<https://docs.microsoft.com/azure/vs-azure-tools-docker-hosting-web-apps-in-docker>
493+
<https://docs.microsoft.com/visualstudio/containers/hosting-web-apps-in-docker>
494494

495495
### A note about testing and deploying with orchestrators
496496

docs/architecture/microservices/secure-net-microservices-web-applications/azure-key-vault-protects-secrets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The **Microsoft.Extensions.Configuration.AzureKeyVault** package allows an ASP.N
4242
- **Data Protection key management and lifetime in ASP.NET Core** \
4343
[https://docs.microsoft.com/aspnet/core/security/data-protection/configuration/default-settings](/aspnet/core/security/data-protection/configuration/default-settings)
4444

45-
- **Microsoft.Extensions.Configuration.KeyPerFile** GitHub repository. \
46-
<https://github.com/dotnet/extensions/tree/master/src/Configuration/Config.KeyPerFile>
45+
- **Microsoft.Extensions.Configuration** GitHub repository. \
46+
<https://github.com/dotnet/extensions/tree/master/src/Configuration>
4747

4848
>[!div class="step-by-step"]
4949
>[Previous](developer-app-secrets-storage.md)

docs/architecture/modern-web-apps-azure/work-with-data-in-asp-net-core-apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ In addition to relational and NoSQL storage options, ASP.NET Core applications c
367367
**References – Azure Storage**
368368

369369
- Azure Storage Introduction
370-
<https://docs.microsoft.com/azure/storage/storage-introduction>
370+
<https://docs.microsoft.com/azure/storage/common/storage-introduction>
371371

372372
## Caching
373373

0 commit comments

Comments
 (0)