Skip to content

Improve Azure API Management documentation readability and structure#128481

Open
tanvishinde017 wants to merge 25 commits into
MicrosoftDocs:mainfrom
tanvishinde017:tanvi
Open

Improve Azure API Management documentation readability and structure#128481
tanvishinde017 wants to merge 25 commits into
MicrosoftDocs:mainfrom
tanvishinde017:tanvi

Conversation

@tanvishinde017
Copy link
Copy Markdown

Summary

Improved Azure API Management documentation by enhancing readability, structure, and developer guidance across multiple articles.

Changes made

  • Refined article introductions and descriptions
  • Improved section organization and formatting consistency
  • Added clearer explanations for API export and testing workflows
  • Enhanced notes, tips, cautions, and best practices
  • Improved readability for Power Platform and Postman integration articles
  • Added more developer-focused guidance and security considerations
  • Updated headings and operation descriptions for clarity

Articles updated

  • Manually add and test an API in Azure API Management
  • Export API definitions from Azure API Management to Postman
  • Export APIs from Azure API Management to Microsoft Power Platform

Impact

These updates improve the overall developer experience and make the documentation easier to follow for API developers and citizen developers using Azure API Management integrations.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit fa27621:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

This PR appears intended to improve Azure API Management documentation readability and structure, but the provided diff updates an Azure App Service .NET migration article and introduces Markdown formatting that would break page rendering.

Changes:

  • Reformats sections and lists in app-service-asp-net-migration.md for readability.
  • Restructures resource lists from tables into headings + bullet lists.
  • (Accidentally) wraps the entire article in a fenced code block.
Comments suppressed due to low confidence (1)

articles/app-service/app-service-asp-net-migration.md:6

  • The opening fenced code block (```md) will cause the entire article (including YAML front matter) to render as a code snippet instead of a Docs page. Remove the fenced code block opener so the page renders correctly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Related content

- [Migrate an on-premises web application to Azure App Service](/training/modules/migrate-app-service-migration-assistant/) No newline at end of file
- [Migrate an on-premises web application to Azure App Service](/training/modules/migrate-app-service-migration-assistant/)
Comment thread articles/app-service/app-service-asp-net-migration.md
@ttorble
Copy link
Copy Markdown
Contributor

ttorble commented May 11, 2026

@tanvishinde017 please remove the code block markers at lines 1 and 133 to resolve the warnings.

@msangapu-msft

Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator Bot added the aq-pr-triaged tracking label for the PR review team label May 11, 2026
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit bff1215:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit bb7882f:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@tanvishinde017
Copy link
Copy Markdown
Author

Thanks for the review. I removed the unintended code block markers from app-service-asp-net-migration.md and fixed the Markdown formatting issues causing the build warnings. I also cleaned up the duplicate related-content entry.

The PR has been updated and is ready for another review.

Improve App Service plan documentation readability and formatting consistency
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 52f8a39:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Updated summaries and titles for clarity and consistency. Revised descriptions and links for better understanding of Azure App Testing features.
Improve Azure App Testing landing page readability and content organization
Updated the FAQ article for WordPress on Azure App Service to enhance descriptions, correct terminology, and improve clarity on various topics including security, performance, and configuration.
## Summary

Enhanced the WordPress on Azure App Service FAQ documentation by improving content structure, refining technical explanations, and expanding operational guidance for deployment, security, monitoring, scaling, and troubleshooting scenarios.

## Key improvements

### Documentation quality and readability

* Refined article introduction and FAQ flow for improved discoverability
* Standardized formatting, capitalization, and terminology across all sections
* Improved readability of technical explanations and operational guidance
* Simplified complex configuration workflows into clearer step-based guidance

### Security and identity enhancements

* Expanded security recommendations for App Service, MySQL Flexible Server, and Microsoft Entra integrations
* Clarified managed identity authentication and phpMyAdmin access workflows
* Improved guidance for HTTPS, VNet integration, Key Vault, and Defender for Cloud scenarios
* Enhanced explanations for enterprise authentication and access management

### Performance and scalability guidance

* Improved recommendations for scaling, caching, and enterprise-grade deployments
* Enhanced guidance for Azure Front Door, Blob Storage, Redis Cache, and dynamic caching integrations
* Clarified App Service plan sizing considerations and hosting capacity recommendations
* Added more actionable performance optimization references

### Troubleshooting and monitoring improvements

* Reorganized debugging and monitoring sections for easier navigation
* Improved troubleshooting guidance for common WordPress deployment issues
* Enhanced log access, Kudu, SSH, and diagnostic workflow explanations
* Refined phpMyAdmin and database access documentation for clarity and operational accuracy

### Developer and deployment experience

* Improved CI/CD, startup script, and configuration guidance
* Enhanced documentation for custom domains, multisite deployments, and headless WordPress architectures
* Updated enterprise deployment recommendations and production readiness guidance
* Improved consistency across external references and Azure service integrations

## Files updated

* `articles/app-service/wordpress-faq.md`

## Impact

These updates improve the overall developer and administrator experience by making the FAQ easier to navigate, more technically accurate, and more actionable for enterprise WordPress deployments on Azure App Service. The revised structure and guidance help users better understand operational best practices, troubleshoot issues more efficiently, and deploy scalable, secure, production-ready WordPress environments on Azure.
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit f782bfa:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-plan-manage.md ✅Succeeded

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit f145060:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-plan-manage.md ✅Succeeded
articles/app-testing/index.yml ✅Succeeded

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Updated the article to clarify the usage of Azure Key Vault references in app settings and connection strings, including access permissions and troubleshooting.
## Summary

Added comprehensive Markdown documentation for using Azure Key Vault references as application settings in:

- Azure App Service
- Azure Functions
- Azure Logic Apps (Standard)

## Changes Included

- Added managed identity configuration guidance
- Documented Key Vault access setup and RBAC permissions
- Added support details for user-assigned identities
- Included network-restricted vault configuration
- Added secret rotation and refresh behavior documentation
- Documented Key Vault reference formats with examples
- Added Azure Files mounting considerations
- Included Application Insights integration notes
- Added ARM template deployment examples
- Improved troubleshooting guidance and diagnostics steps
- Added security and deployment best practices

## Benefits

- Improves readability and maintainability of documentation
- Provides end-to-end guidance for secure secret management
- Helps developers implement production-ready Key Vault integration
- Simplifies onboarding for App Service and Functions users
@prmerger-automator
Copy link
Copy Markdown
Contributor

@tanvishinde017 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @reddyabhishek

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 380730a:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-plan-manage.md ✅Succeeded
articles/app-service/wordpress-faq.md ✅Succeeded
articles/app-testing/index.yml ✅Succeeded

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 01d067a:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-key-vault-references.md ⚠️Warning Details
articles/app-service/configure-language-java-security.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md ⚠️Warning Details
articles/app-service/tutorial-networking-isolate-vnet.md ⚠️Warning Details
articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md ⚠️Warning Details
articles/app-service/app-service-plan-manage.md ✅Succeeded
articles/app-service/wordpress-faq.md ✅Succeeded
articles/app-testing/index.yml ✅Succeeded

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

articles/app-service/app-service-key-vault-references.md

  • Line 37, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Grant your app access to a key vault') are not allowed. You can only have one top-level heading.
  • Line 82, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access network-restricted vaults') are not allowed. You can only have one top-level heading.
  • Line 116, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access vaults with a user-assigned identity') are not allowed. You can only have one top-level heading.
  • Line 174, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Understand rotation') are not allowed. You can only have one top-level heading.
  • Line 198, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Use Key Vault references in app settings') are not allowed. You can only have one top-level heading.
  • Line 238, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Azure Files mounting') are not allowed. You can only have one top-level heading.
  • Line 259, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Application Insights') are not allowed. You can only have one top-level heading.
  • Line 274, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Azure Resource Manager deployment') are not allowed. You can only have one top-level heading.
  • Line 323, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Troubleshoot Key Vault references') are not allowed. You can only have one top-level heading.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit dfe7001:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-key-vault-references.md ⚠️Warning Details
articles/app-service/configure-language-java-security.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md ⚠️Warning Details
articles/app-service/tutorial-networking-isolate-vnet.md ⚠️Warning Details
articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md ⚠️Warning Details
articles/app-service/app-service-plan-manage.md ✅Succeeded
articles/app-service/wordpress-faq.md ✅Succeeded
articles/app-testing/index.yml ✅Succeeded

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

articles/app-service/app-service-key-vault-references.md

  • Line 37, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Grant your app access to a key vault') are not allowed. You can only have one top-level heading.
  • Line 82, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access network-restricted vaults') are not allowed. You can only have one top-level heading.
  • Line 116, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access vaults with a user-assigned identity') are not allowed. You can only have one top-level heading.
  • Line 174, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Understand rotation') are not allowed. You can only have one top-level heading.
  • Line 198, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Use Key Vault references in app settings') are not allowed. You can only have one top-level heading.
  • Line 238, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Azure Files mounting') are not allowed. You can only have one top-level heading.
  • Line 259, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Application Insights') are not allowed. You can only have one top-level heading.
  • Line 274, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Azure Resource Manager deployment') are not allowed. You can only have one top-level heading.
  • Line 323, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Troubleshoot Key Vault references') are not allowed. You can only have one top-level heading.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Updated the agent registry overview to enhance clarity and detail, including improved descriptions and structured sections for key features, registration, management, and dependency tracking.
Fix formatting of link in agent overview documentation
Updated the access tokens documentation for clarity and accuracy, including changes to the customer intent, access token descriptions, and scope explanations.
Revise access tokens documentation for clarity
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit bf99ef3:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/access-tokens.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-key-vault-references.md ⚠️Warning Details
articles/app-service/configure-language-java-security.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md ⚠️Warning Details
articles/app-service/tutorial-networking-isolate-vnet.md ⚠️Warning Details
articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md ⚠️Warning Details
articles/api-center/agent-to-agent-overview.md ✅Succeeded
articles/app-service/app-service-plan-manage.md ✅Succeeded
articles/app-service/wordpress-faq.md ✅Succeeded
articles/app-testing/index.yml ✅Succeeded

articles/active-directory-b2c/access-tokens.md

  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 17, Column 1: [Warning: yaml-header-syntax-error - See documentation] While parsing a block mapping, did not find expected key.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.
  • Line 1, Column 1: [Suggestion: ms-service-suggested] Missing required attribute: 'ms.service'. ms.service is suggested for each article that is published on Learn.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

articles/app-service/app-service-key-vault-references.md

  • Line 37, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Grant your app access to a key vault') are not allowed. You can only have one top-level heading.
  • Line 82, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access network-restricted vaults') are not allowed. You can only have one top-level heading.
  • Line 116, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access vaults with a user-assigned identity') are not allowed. You can only have one top-level heading.
  • Line 174, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Understand rotation') are not allowed. You can only have one top-level heading.
  • Line 198, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Use Key Vault references in app settings') are not allowed. You can only have one top-level heading.
  • Line 238, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Azure Files mounting') are not allowed. You can only have one top-level heading.
  • Line 259, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Application Insights') are not allowed. You can only have one top-level heading.
  • Line 274, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Azure Resource Manager deployment') are not allowed. You can only have one top-level heading.
  • Line 323, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Troubleshoot Key Vault references') are not allowed. You can only have one top-level heading.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 881fe2c:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/authorization-code-flow.md ⚠️Warning Details
articles/active-directory-b2c/openid-connect.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-key-vault-references.md ⚠️Warning Details
articles/app-service/configure-language-java-security.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md ⚠️Warning Details
articles/app-service/tutorial-networking-isolate-vnet.md ⚠️Warning Details
articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md ⚠️Warning Details
articles/active-directory-b2c/access-tokens.md ✅Succeeded
articles/api-center/agent-to-agent-overview.md ✅Succeeded
articles/app-service/app-service-plan-manage.md ✅Succeeded
articles/app-service/wordpress-faq.md ✅Succeeded
articles/app-testing/index.yml ✅Succeeded

articles/active-directory-b2c/authorization-code-flow.md

  • Line 116, Column 189: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#request-a-token' in 'articles/active-directory-b2c/access-tokens.md'.

articles/active-directory-b2c/openid-connect.md

  • Line 153, Column 213: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#request-a-token' in 'articles/active-directory-b2c/access-tokens.md'.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

articles/app-service/app-service-key-vault-references.md

  • Line 37, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Grant your app access to a key vault') are not allowed. You can only have one top-level heading.
  • Line 82, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access network-restricted vaults') are not allowed. You can only have one top-level heading.
  • Line 116, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access vaults with a user-assigned identity') are not allowed. You can only have one top-level heading.
  • Line 174, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Understand rotation') are not allowed. You can only have one top-level heading.
  • Line 198, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Use Key Vault references in app settings') are not allowed. You can only have one top-level heading.
  • Line 238, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Azure Files mounting') are not allowed. You can only have one top-level heading.
  • Line 259, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Application Insights') are not allowed. You can only have one top-level heading.
  • Line 274, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Azure Resource Manager deployment') are not allowed. You can only have one top-level heading.
  • Line 323, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Troubleshoot Key Vault references') are not allowed. You can only have one top-level heading.
  • Line 342, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Diagnose issues in Azure portal') are not allowed. You can only have one top-level heading.
  • Line 368, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Best practices') are not allowed. You can only have one top-level heading.
  • Line 380, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Summary') are not allowed. You can only have one top-level heading.

articles/app-service/configure-language-java-security.md

  • Line 85, Column 125: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md

  • Line 92, Column 33: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md

  • Line 85, Column 40: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md

  • Line 86, Column 39: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 99cf52f:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/authorization-code-flow.md ⚠️Warning Details
articles/active-directory-b2c/openid-connect.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-key-vault-references.md ⚠️Warning Details
articles/app-service/configure-language-java-security.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md ⚠️Warning Details
articles/app-service/tutorial-networking-isolate-vnet.md ⚠️Warning Details
articles/app-testing/overview-what-is-azure-app-testing.md ⚠️Warning Details
articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md ⚠️Warning Details
articles/active-directory-b2c/access-tokens.md ✅Succeeded
articles/api-center/agent-to-agent-overview.md ✅Succeeded
articles/app-service/app-service-plan-manage.md ✅Succeeded
articles/app-service/wordpress-faq.md ✅Succeeded
articles/app-testing/index.yml ✅Succeeded

articles/active-directory-b2c/authorization-code-flow.md

  • Line 116, Column 189: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#request-a-token' in 'articles/active-directory-b2c/access-tokens.md'.

articles/active-directory-b2c/openid-connect.md

  • Line 153, Column 213: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#request-a-token' in 'articles/active-directory-b2c/access-tokens.md'.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

articles/app-service/app-service-key-vault-references.md

  • Line 37, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Grant your app access to a key vault') are not allowed. You can only have one top-level heading.
  • Line 82, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access network-restricted vaults') are not allowed. You can only have one top-level heading.
  • Line 116, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access vaults with a user-assigned identity') are not allowed. You can only have one top-level heading.
  • Line 174, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Understand rotation') are not allowed. You can only have one top-level heading.
  • Line 198, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Use Key Vault references in app settings') are not allowed. You can only have one top-level heading.
  • Line 238, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Azure Files mounting') are not allowed. You can only have one top-level heading.
  • Line 259, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Application Insights') are not allowed. You can only have one top-level heading.
  • Line 274, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Azure Resource Manager deployment') are not allowed. You can only have one top-level heading.
  • Line 323, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Troubleshoot Key Vault references') are not allowed. You can only have one top-level heading.
  • Line 342, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Diagnose issues in Azure portal') are not allowed. You can only have one top-level heading.
  • Line 368, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Best practices') are not allowed. You can only have one top-level heading.
  • Line 380, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Summary') are not allowed. You can only have one top-level heading.

articles/app-service/configure-language-java-security.md

  • Line 85, Column 125: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md

  • Line 92, Column 33: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md

  • Line 85, Column 40: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md

  • Line 86, Column 39: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@prmerger-automator
Copy link
Copy Markdown
Contributor

@tanvishinde017 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit c147525:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/active-directory-b2c/authorization-code-flow.md ⚠️Warning Details
articles/active-directory-b2c/openid-connect.md ⚠️Warning Details
articles/app-service/app-service-asp-net-migration.md ⚠️Warning Details
articles/app-service/app-service-key-vault-references.md ⚠️Warning Details
articles/app-service/configure-language-java-security.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md ⚠️Warning Details
articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md ⚠️Warning Details
articles/app-service/tutorial-networking-isolate-vnet.md ⚠️Warning Details
articles/app-testing/overview-what-is-azure-app-testing.md ⚠️Warning Details
articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md ⚠️Warning Details
articles/active-directory-b2c/access-tokens.md 💡Suggestion Details
articles/api-center/agent-to-agent-overview.md ✅Succeeded
articles/app-service/app-service-plan-manage.md ✅Succeeded
articles/app-service/wordpress-faq.md ✅Succeeded
articles/app-testing/index.yml ✅Succeeded

articles/active-directory-b2c/authorization-code-flow.md

  • Line 116, Column 189: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#request-a-token' in 'articles/active-directory-b2c/access-tokens.md'.

articles/active-directory-b2c/openid-connect.md

  • Line 153, Column 213: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#request-a-token' in 'articles/active-directory-b2c/access-tokens.md'.

articles/app-service/app-service-asp-net-migration.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: author-missing - See documentation] Missing required attribute: 'author'. Add the current author's GitHub ID.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-author-missing - See documentation] Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

articles/app-service/app-service-key-vault-references.md

  • Line 37, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Grant your app access to a key vault') are not allowed. You can only have one top-level heading.
  • Line 82, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access network-restricted vaults') are not allowed. You can only have one top-level heading.
  • Line 116, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Access vaults with a user-assigned identity') are not allowed. You can only have one top-level heading.
  • Line 174, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Understand rotation') are not allowed. You can only have one top-level heading.
  • Line 198, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Use Key Vault references in app settings') are not allowed. You can only have one top-level heading.
  • Line 238, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Azure Files mounting') are not allowed. You can only have one top-level heading.
  • Line 259, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Considerations for Application Insights') are not allowed. You can only have one top-level heading.
  • Line 274, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Azure Resource Manager deployment') are not allowed. You can only have one top-level heading.
  • Line 323, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Troubleshoot Key Vault references') are not allowed. You can only have one top-level heading.
  • Line 342, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Diagnose issues in Azure portal') are not allowed. You can only have one top-level heading.
  • Line 368, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Best practices') are not allowed. You can only have one top-level heading.
  • Line 380, Column 1: [Warning: multiple-h1s - See documentation] Multiple H1s(H1 'Summary') are not allowed. You can only have one top-level heading.

articles/app-service/configure-language-java-security.md

  • Line 85, Column 125: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md

  • Line 92, Column 33: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-windows-code-pivot.md

  • Line 85, Column 40: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

articles/app-service/includes/configure-azure-storage/azure-storage-windows-container-pivot.md

  • Line 86, Column 39: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#source-app-settings-from-key-vault' in 'articles/app-service/app-service-key-vault-references.md'.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants