Skip to content

Commit e118391

Browse files
committed
Update Azure documentation links from docs.microsoft.com to learn.microsoft.com across all docs
1 parent b54122b commit e118391

10 files changed

+27
-25
lines changed

docs/CAF_WAF_COMPLIANCE_ANALYSIS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ resource dashboard 'Microsoft.Portal/dashboards@2020-09-01-preview' = {
10231023
- [Known Issues](./KNOWN_ISSUES.md)
10241024
- [All Docs Index](./DOCS.md)
10251025

1026-
- [Azure Cloud Adoption Framework](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/)
1026+
- [Azure Cloud Adoption Framework](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/)
10271027
- [Azure Well-Architected Framework](https://docs.microsoft.com/en-us/azure/architecture/framework/)
10281028
- [Azure Security Benchmark](https://docs.microsoft.com/en-us/security/benchmark/azure/)
10291029
- [Azure Naming Conventions](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging)

docs/COST_OPTIMIZATION_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,10 @@ graph TD
549549
## 🔗 Resources & Tools
550550

551551
### 📚 **Essential Reading**
552-
- [Azure Cost Management Documentation](https://docs.microsoft.com/en-us/azure/cost-management-billing/)
553-
- [Azure Pricing Calculator](https://azure.microsoft.com/en-us/pricing/calculator/)
554-
- [Well-Architected Cost Optimization](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/)
555-
- [Azure Reserved Instances Guide](https://docs.microsoft.com/en-us/azure/cost-management-billing/reservations/)
552+
[Azure Cost Management Documentation](https://learn.microsoft.com/en-us/azure/cost-management-billing/)
553+
[Azure Pricing Calculator](https://azure.microsoft.com/en-us/pricing/calculator/)
554+
[Well-Architected Cost Optimization](https://learn.microsoft.com/en-us/azure/architecture/framework/cost/)
555+
[Azure Reserved Instances Guide](https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/)
556556

557557
### 🛠️ **Optimization Tools**
558558
| Tool | Purpose | Cost | Setup Complexity |

docs/DEPLOYMENT_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ az apim api import \
659659
--path tenant \
660660
--api-id tenant-management \
661661
--specification-format OpenApi \
662-
--specification-url https://raw.githubusercontent.com/your-repo/tenant-api-spec.json
662+
--specification-url https://raw.githubusercontent.com/srnichols/StampsPattern/tenant-api-spec.json
663663

664664
# Create tenant subscription tiers
665665
az apim product create \

docs/DEVELOPER_SECURITY_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@ _logger.LogInformation("Cache {CacheResult} for tenant {TenantId}",
425425

426426
## 📚 Additional Resources
427427

428-
- [Azure Functions Best Practices](https://docs.microsoft.com/en-us/azure/azure-functions/functions-best-practices)
429-
- [Cosmos DB Performance Tips](https://docs.microsoft.com/en-us/azure/cosmos-db/performance-tips)
430-
- [Azure B2C Custom Policies](https://docs.microsoft.com/en-us/azure/active-directory-b2c/custom-policy-overview)
431-
- [Redis Caching Patterns](https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-best-practices)
428+
- [Azure Functions Best Practices](https://learn.microsoft.com/en-us/azure/azure-functions/functions-best-practices)
429+
- [Cosmos DB Performance Tips](https://learn.microsoft.com/en-us/azure/cosmos-db/performance-tips)
430+
- [Azure B2C Custom Policies](https://learn.microsoft.com/en-us/azure/active-directory-b2c/custom-policy-overview)
431+
- [Redis Caching Patterns](https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-best-practices)
432432

433433
## 🔗 Related Documentation
434434

docs/DOCS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# 📚 Azure Stamps Pattern - Documentation Sitemap
32

43
---
@@ -311,9 +310,9 @@ If you find gaps or areas for improvement in this documentation:
311310
- **Security Concerns**: [SECURITY_GUIDE.md](./SECURITY_GUIDE.md)
312311

313312
### 📚 **Additional Resources**
314-
- **Azure Documentation**: [Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/)
315-
- **Stamps Pattern**: [Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/)
316-
- **Multi-Tenant SaaS**: [SaaS Architecture Guidance](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-production)
313+
- **Azure Documentation**: [Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/)
314+
- **Stamps Pattern**: [Azure Application Architecture Guide](https://learn.microsoft.com/en-us/azure/architecture/guide/)
315+
- **Multi-Tenant SaaS**: [SaaS Architecture Guidance](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-production)
317316

318317
### 🔐 **Security Highlights**
319318
- Multi-layer WAF protection
@@ -359,3 +358,5 @@ If you find gaps or areas for improvement in this documentation:
359358
**⚡ Quick Deploy**: Ready to deploy? Jump to [DEPLOYMENT_GUIDE.md](./DEPLOYMENT_GUIDE.md)
360359

361360
**🏗️ Deep Dive**: Want technical details? Explore [ARCHITECTURE_GUIDE.md](./ARCHITECTURE_GUIDE.md)
361+
362+
**🤝 Contribution Guidelines**: See [CONTRIBUTING.md](../CONTRIBUTING.md) for how to contribute, report issues, or suggest improvements.

docs/KNOWN_ISSUES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# 🛠️ Azure Stamps Pattern - Known Issues & Workarounds
32

43
---
@@ -693,4 +692,6 @@ If you encounter issues not covered here:
693692

694693
---
695694

695+
**🤝 Contribution Guidelines**: See [CONTRIBUTING.md](../CONTRIBUTING.md) for how to report issues, suggest improvements, or contribute fixes.
696+
696697
*This document is updated regularly. Last updated: August 6, 2025*

docs/NAMING_CONVENTIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,6 @@ RESOURCE_GROUP_NAME="rg-stamps-${REGION_SHORT}-${ENVIRONMENT}"
445445

446446
## 📚 **References**
447447

448-
- [Azure Naming Conventions](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging)
449-
- [Azure Resource Abbreviations](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations)
450-
- [Azure Tagging Strategy](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-tagging)
448+
- [Azure Naming Conventions](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging)
449+
- [Azure Resource Abbreviations](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations)
450+
- [Azure Tagging Strategy](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-tagging)

docs/OPERATIONS_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,9 +1141,9 @@ fi
11411141
- **Azure DevOps**: CI/CD pipeline management
11421142

11431143
### 📖 **Documentation References**
1144-
- [Azure Monitor Best Practices](https://docs.microsoft.com/en-us/azure/azure-monitor/best-practices)
1145-
- [Azure Well-Architected Operations](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/)
1146-
- [Disaster Recovery Planning](https://docs.microsoft.com/en-us/azure/site-recovery/)
1144+
- [Azure Monitor Best Practices](https://learn.microsoft.com/en-us/azure/azure-monitor/best-practices)
1145+
- [Azure Well-Architected Operations](https://learn.microsoft.com/en-us/azure/architecture/framework/devops/)
1146+
- [Disaster Recovery Planning](https://learn.microsoft.com/en-us/azure/site-recovery/)
11471147

11481148
---
11491149

docs/PARAMETERIZATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@ az deployment group validate `
329329
- [CAF_WAF_COMPLIANCE_ANALYSIS.md](./CAF_WAF_COMPLIANCE_ANALYSIS.md) – Compliance analysis
330330
- [KNOWN_ISSUES.md](./KNOWN_ISSUES.md) – Known issues
331331
- [GLOSSARY.md](./GLOSSARY.md) – Key terms
332-
- [Azure Naming Conventions](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging)
332+
- [Azure Naming Conventions](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging)

docs/SECURITY_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,10 +641,10 @@ actions:
641641
## 📚 Security Resources
642642
643643
### 📖 **Documentation References**
644-
- [Azure Security Benchmark](https://docs.microsoft.com/en-us/security/benchmark/azure/)
645-
- [Azure Well-Architected Security Pillar](https://docs.microsoft.com/en-us/azure/architecture/framework/security/)
644+
- [Azure Security Benchmark](https://learn.microsoft.com/en-us/security/benchmark/azure/)
645+
- [Azure Well-Architected Security Pillar](https://learn.microsoft.com/en-us/azure/architecture/framework/security/)
646646
- [CIS Azure Foundations Benchmark](https://www.cisecurity.org/benchmark/azure)
647-
- [Azure B2C Security Best Practices](https://docs.microsoft.com/en-us/azure/active-directory-b2c/security-best-practices)
647+
- [Azure B2C Security Best Practices](https://learn.microsoft.com/en-us/azure/active-directory-b2c/security-best-practices)
648648
649649
### 🛠️ **Security Tools**
650650
- **Azure Security Center**: Unified security management

0 commit comments

Comments
 (0)