Skip to content

Commit 7c0a137

Browse files
Merge pull request #53733 from PhilKang0704/2026_3-Monthly-broken-links-fix-pk-656
2026_3-Monthly-broken-links-fix-pk-656
2 parents 1a1e43c + 14a3417 commit 7c0a137

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

learn-pr/wwl-data-ai/deploy-containers-azure-container-apps/includes/5-connect-to-registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ Registry authentication affects both security and reliability. You can use the f
6565
These resources help you verify the supported registry authentication options and understand the trade-offs for production deployments. Use the CLI reference to confirm the current parameters for registry configuration and managed identity support. Use the Azure Container Registry overview when you want more context on registry capabilities like role-based access control and image management.
6666

6767
- [Azure CLI: az containerapp registry](/cli/azure/containerapp/registry)
68-
- [Azure Container Registry overview](/azure/container-registry/container-registry-overview)
68+
- [Azure Container Registry overview](/azure/container-registry/container-registry-intro)
6969
- [Azure Container Apps overview](/azure/container-apps/overview)

learn-pr/wwl-data-ai/manage-containers-azure-container-apps/includes/3-app-lifecycle-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ az containerapp revision list \
6161

6262
Use these links to review how lifecycle actions fit into the broader Container Apps operational model. They're also useful when you build runbooks and want a single place to confirm current CLI syntax.
6363

64-
- [Azure Container Apps manage applications](/azure/container-apps/manage)
64+
- [Azure Container Apps manage applications](/azure/container-apps/overview)
6565
- [Azure Container Apps revisions](/azure/container-apps/revisions)
6666
- [Azure CLI: az containerapp](/cli/azure/containerapp)

learn-pr/wwl-data-ai/manage-containers-azure-container-apps/includes/6-optimize-container-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ This approach reduces the risk of masking the root cause and makes it easier to
4242
Use these resources to learn how scaling behaves in Container Apps and which settings influence replica counts. They also help you validate defaults and constraints for CPU, memory, and scaling policies.
4343

4444
- [Azure Container Apps scale applications](/azure/container-apps/scale-app)
45-
- [Azure Container Apps manage applications](/azure/container-apps/manage)
45+
- [Azure Container Apps manage applications](/azure/container-apps/overview)

learn-pr/wwl-data-ai/optimize-vector-search-azure-database-postgresql/includes/2-tune-postgresql-pgvector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ Effective tuning follows a systematic approach rather than random parameter chan
9292

9393
- [Server parameters in Azure Database for PostgreSQL](/azure/postgresql/flexible-server/concepts-server-parameters)
9494
- [pgvector on Azure Database for PostgreSQL](/azure/postgresql/flexible-server/how-to-use-pgvector)
95-
- [Performance recommendations for Azure Database for PostgreSQL](/azure/postgresql/flexible-server/concepts-performance-recommendations)
95+
- [Performance recommendations for Azure Database for PostgreSQL](/azure/postgresql/configure-maintain/concepts-azure-advisor-recommendations)

learn-pr/wwl-data-ai/optimize-vector-search-azure-database-postgresql/includes/3-choose-configure-vector-indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ Check index size and usage statistics to monitor index health. Query `pg_stat_us
9797
## Additional resources
9898

9999
- [pgvector indexing documentation](https://github.com/pgvector/pgvector#indexing)
100-
- [Indexing best practices for Azure Database for PostgreSQL](/azure/postgresql/flexible-server/how-to-optimize-performance-indexes)
100+
- [Indexing best practices for Azure Database for PostgreSQL](/azure/postgresql/monitor/concepts-autonomous-tuning)
101101
- [HNSW algorithm paper](https://arxiv.org/abs/1603.09320)

learn-pr/wwl-data-ai/optimize-vector-search-azure-database-postgresql/includes/4-optimize-data-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ Partitioning adds complexity. Queries that span many partitions might be slower
165165

166166
## Additional resources
167167

168-
- [Table partitioning in PostgreSQL](/azure/postgresql/flexible-server/concepts-table-partitioning)
168+
- [Table partitioning in PostgreSQL](https://www.postgresql.org/docs/current/ddl-partitioning.html)
169169
- [JSONB indexing strategies](https://www.postgresql.org/docs/current/datatype-json.html#JSON-INDEXING)
170-
- [Index types in PostgreSQL](/azure/postgresql/flexible-server/how-to-optimize-performance-indexes)
170+
- [Index types in PostgreSQL](https://www.postgresql.org/docs/current/indexes-types.html)

0 commit comments

Comments
 (0)