Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdig conversion test #467

Merged
merged 3 commits into from
Apr 6, 2018
Merged

Markdig conversion test #467

merged 3 commits into from
Apr 6, 2018

Conversation

bennage
Copy link
Contributor

@bennage bennage commented Mar 24, 2018

No description provided.

@bennage
Copy link
Contributor Author

bennage commented Mar 24, 2018

⚠️ Validation status: warnings

File Status Preview URL Details
docs/antipatterns/extraneous-fetching/index.md ⚠️Warning View Details
docs/antipatterns/busy-database/index.md ✅Succeeded View
docs/aws-professional/index.md ✅Succeeded View
docs/aws-professional/services.md ✅Succeeded View
docs/best-practices/monitoring.md ✅Succeeded View
docs/best-practices/retry-service-specific.md ✅Succeeded View
docs/building-blocks/extending-templates/collector.md ✅Succeeded View
docs/building-blocks/extending-templates/conditional-deploy.md ✅Succeeded View
docs/building-blocks/extending-templates/objects-as-parameters.md ✅Succeeded View
docs/building-blocks/extending-templates/update-resource.md ✅Succeeded View
docs/checklist/availability.md ✅Succeeded View
docs/checklist/dev-ops.md ✅Succeeded View
docs/checklist/resiliency-per-service.md ✅Succeeded View
docs/checklist/resiliency.md ✅Succeeded View
docs/cloud-adoption-guide/adoption-intro/subscription-explainer.md ✅Succeeded View
docs/cloud-adoption-guide/adoption-intro/tenant-explainer.md ✅Succeeded View
docs/data-guide/technology-choices/analytical-data-stores.md ✅Succeeded View
docs/data-guide/technology-choices/batch-processing.md ✅Succeeded View
docs/data-guide/technology-choices/cognitive-services.md ✅Succeeded View
docs/data-guide/technology-choices/data-storage.md ✅Succeeded View
docs/data-guide/technology-choices/data-warehouses.md ✅Succeeded View
docs/data-guide/technology-choices/oltp-data-stores.md ✅Succeeded View
docs/data-guide/technology-choices/search-options.md ✅Succeeded View
docs/data-guide/technology-choices/stream-processing.md ✅Succeeded View
docs/docfx.json ✅Succeeded
docs/guide/architecture-styles/index.md ✅Succeeded View
docs/guide/design-principles/minimize-coordination.md ✅Succeeded View
docs/guide/index.md ✅Succeeded View
docs/guide/pillars.md ✅Succeeded View
docs/guide/technology-choices/compute-comparison.md ✅Succeeded View
docs/guide/technology-choices/data-store-comparison.md ✅Succeeded View
docs/guide/technology-choices/data-store-overview.md ✅Succeeded View
docs/index.md ✅Succeeded View
docs/microservices/index.md ✅Succeeded View
docs/multitenant-identity/adfs.md ✅Succeeded View
docs/multitenant-identity/app-roles.md ✅Succeeded View
docs/multitenant-identity/authorize.md ✅Succeeded View
docs/multitenant-identity/client-assertion.md ✅Succeeded View
docs/multitenant-identity/index.md ✅Succeeded View
docs/multitenant-identity/key-vault.md ✅Succeeded View
docs/multitenant-identity/run-the-app.md ✅Succeeded View
docs/multitenant-identity/signup.md ✅Succeeded View
docs/multitenant-identity/token-cache.md ✅Succeeded View
docs/multitenant-identity/web-api.md ✅Succeeded View
docs/patterns/category/availability.md ✅Succeeded View
docs/patterns/category/data-management.md ✅Succeeded View
docs/patterns/category/design-implementation.md ✅Succeeded View
docs/patterns/category/management-monitoring.md ✅Succeeded View
docs/patterns/category/messaging.md ✅Succeeded View
docs/patterns/category/performance-scalability.md ✅Succeeded View

This comment lists only the first 50 files in the pull request.

docs/antipatterns/extraneous-fetching/index.md

  • Line 14: [Warning] Invalid file link:(~/antipatterns/chatty-io.md).
  • Line 227: [Warning] Invalid file link:(~/antipatterns/chatty-io.md).

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@@ -126,7 +126,7 @@ Shared documentation is critical. Encourage team members to contribute and share

**Follow least-privilege principles when granting access to resources.** Carefully manage access to resources. Access should be denied by default, unless a user is explicitly given access to a resource. Only grant a user access to what they need to complete their tasks. Track user permissions and perform regular security audits.

**Use role-based access control.** Assigning user accounts and access to resources should not be a manual process. Use [Role-Based Access Control][rbac] (RBAC) grant access based on [Azure Active Directory][azure-ad] identities and groups.
<strong>Use role-based access control.</strong> Assigning user accounts and access to resources should not be a manual process. Use [Role-Based Access Control][rbac] (RBAC) grant access based on [Azure Active Directory][azure-ad] identities and groups.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't understand why it changed one set of ** but not the one above it.

@ghost ghost force-pushed the markdig-migration branch from d10291d to 1f0d456 Compare April 2, 2018 18:46
@bennage
Copy link
Contributor Author

bennage commented Apr 2, 2018

⚠️ Validation status: warnings

File Status Preview URL Details
docs/antipatterns/extraneous-fetching/index.md ⚠️Warning View Details
docs/aws-professional/services.md ✅Succeeded View
docs/best-practices/retry-service-specific.md ✅Succeeded View
docs/building-blocks/extending-templates/objects-as-parameters.md ✅Succeeded View
docs/checklist/dev-ops.md ✅Succeeded View
docs/data-guide/relational-data/data-warehousing.md ✅Succeeded View
docs/data-guide/relational-data/online-analytical-processing.md ✅Succeeded View
docs/data-guide/relational-data/online-transaction-processing.md ✅Succeeded View
docs/data-guide/technology-choices/analytical-data-stores.md ✅Succeeded View
docs/data-guide/technology-choices/batch-processing.md ✅Succeeded View
docs/data-guide/technology-choices/cognitive-services.md ✅Succeeded View
docs/data-guide/technology-choices/data-storage.md ✅Succeeded View
docs/data-guide/technology-choices/search-options.md ✅Succeeded View
docs/data-guide/technology-choices/stream-processing.md ✅Succeeded View
docs/docfx.json ✅Succeeded
docs/guide/technology-choices/data-store-comparison.md ✅Succeeded View
docs/index.md ✅Succeeded View
docs/multitenant-identity/authorize.md ✅Succeeded View
docs/multitenant-identity/run-the-app.md ✅Succeeded View
docs/patterns/category/availability.md ✅Succeeded View
docs/patterns/category/data-management.md ✅Succeeded View
docs/patterns/category/design-implementation.md ✅Succeeded View
docs/patterns/category/management-monitoring.md ✅Succeeded View
docs/patterns/category/messaging.md ✅Succeeded View
docs/patterns/category/performance-scalability.md ✅Succeeded View
docs/patterns/category/resiliency.md ✅Succeeded View
docs/patterns/category/security.md ✅Succeeded View
docs/patterns/health-endpoint-monitoring.md ✅Succeeded View
docs/patterns/index.liquid.md ✅Succeeded
docs/patterns/index.md ✅Succeeded View
docs/patterns/leader-election.md ✅Succeeded View
docs/patterns/pipes-and-filters.md ✅Succeeded View
docs/reference-architectures/app-service-web-app/basic-web-app.md ✅Succeeded View
docs/reference-architectures/app-service-web-app/scalable-web-app.md ✅Succeeded View
docs/reference-architectures/dmz/nva-ha.md ✅Succeeded View
docs/reference-architectures/dmz/secure-vnet-hybrid.md ✅Succeeded View
docs/reference-architectures/hybrid-networking/hub-spoke.md ✅Succeeded View
docs/reference-architectures/hybrid-networking/shared-services.md ✅Succeeded View
docs/reference-architectures/identity/adds-forest.md ✅Succeeded View
docs/reference-architectures/identity/adfs.md ✅Succeeded View
docs/reference-architectures/jenkins/index.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/multi-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/n-tier.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/single-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/multi-region-application.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/multi-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/n-tier.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/single-vm.md ✅Succeeded View
docs/resiliency/failure-mode-analysis.md ✅Succeeded View
docs/resiliency/high-availability-azure-applications.md ✅Succeeded View

This comment lists only the first 50 files in the pull request.

docs/antipatterns/extraneous-fetching/index.md

  • Line 14: [Warning] Invalid file link:(~/antipatterns/chatty-io.md).
  • Line 227: [Warning] Invalid file link:(~/antipatterns/chatty-io.md).

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@ghost ghost force-pushed the markdig-migration branch from 1f0d456 to cec6d25 Compare April 5, 2018 18:40
@bennage
Copy link
Contributor Author

bennage commented Apr 5, 2018

⚠️ Validation status: warnings

File Status Preview URL Details
docs/antipatterns/extraneous-fetching/index.md ⚠️Warning View Details
docs/aws-professional/services.md ✅Succeeded View
docs/best-practices/retry-service-specific.md ✅Succeeded View
docs/building-blocks/extending-templates/objects-as-parameters.md ✅Succeeded View
docs/checklist/dev-ops.md ✅Succeeded View
docs/data-guide/relational-data/data-warehousing.md ✅Succeeded View
docs/data-guide/relational-data/online-analytical-processing.md ✅Succeeded View
docs/data-guide/relational-data/online-transaction-processing.md ✅Succeeded View
docs/data-guide/technology-choices/analytical-data-stores.md ✅Succeeded View
docs/data-guide/technology-choices/batch-processing.md ✅Succeeded View
docs/data-guide/technology-choices/cognitive-services.md ✅Succeeded View
docs/data-guide/technology-choices/data-storage.md ✅Succeeded View
docs/data-guide/technology-choices/search-options.md ✅Succeeded View
docs/data-guide/technology-choices/stream-processing.md ✅Succeeded View
docs/docfx.json ✅Succeeded
docs/guide/technology-choices/data-store-comparison.md ✅Succeeded View
docs/index.md ✅Succeeded View
docs/multitenant-identity/authorize.md ✅Succeeded View
docs/multitenant-identity/run-the-app.md ✅Succeeded View
docs/patterns/category/availability.md ✅Succeeded View
docs/patterns/category/data-management.md ✅Succeeded View
docs/patterns/category/design-implementation.md ✅Succeeded View
docs/patterns/category/management-monitoring.md ✅Succeeded View
docs/patterns/category/messaging.md ✅Succeeded View
docs/patterns/category/performance-scalability.md ✅Succeeded View
docs/patterns/category/resiliency.md ✅Succeeded View
docs/patterns/category/security.md ✅Succeeded View
docs/patterns/health-endpoint-monitoring.md ✅Succeeded View
docs/patterns/index.liquid.md ✅Succeeded
docs/patterns/index.md ✅Succeeded View
docs/patterns/leader-election.md ✅Succeeded View
docs/patterns/pipes-and-filters.md ✅Succeeded View
docs/reference-architectures/app-service-web-app/basic-web-app.md ✅Succeeded View
docs/reference-architectures/app-service-web-app/scalable-web-app.md ✅Succeeded View
docs/reference-architectures/dmz/nva-ha.md ✅Succeeded View
docs/reference-architectures/dmz/secure-vnet-hybrid.md ✅Succeeded View
docs/reference-architectures/hybrid-networking/hub-spoke.md ✅Succeeded View
docs/reference-architectures/hybrid-networking/shared-services.md ✅Succeeded View
docs/reference-architectures/identity/adds-forest.md ✅Succeeded View
docs/reference-architectures/identity/adfs.md ✅Succeeded View
docs/reference-architectures/jenkins/index.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/multi-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/n-tier.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/single-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/multi-region-application.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/multi-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/n-tier.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/single-vm.md ✅Succeeded View
docs/resiliency/failure-mode-analysis.md ✅Succeeded View
docs/resiliency/high-availability-azure-applications.md ✅Succeeded View

This comment lists only the first 50 files in the pull request.

docs/antipatterns/extraneous-fetching/index.md

  • Line 14: [Warning] Invalid file link:(~/antipatterns/chatty-io.md).
  • Line 227: [Warning] Invalid file link:(~/antipatterns/chatty-io.md).

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@VeronicaWasson VeronicaWasson self-assigned this Apr 5, 2018
@bennage
Copy link
Contributor Author

bennage commented Apr 6, 2018

✅ Validation status: passed

File Status Preview URL Details
docs/antipatterns/extraneous-fetching/index.md ✅Succeeded View
docs/aws-professional/services.md ✅Succeeded View
docs/best-practices/retry-service-specific.md ✅Succeeded View
docs/building-blocks/extending-templates/objects-as-parameters.md ✅Succeeded View
docs/checklist/dev-ops.md ✅Succeeded View
docs/data-guide/relational-data/data-warehousing.md ✅Succeeded View
docs/data-guide/relational-data/online-analytical-processing.md ✅Succeeded View
docs/data-guide/relational-data/online-transaction-processing.md ✅Succeeded View
docs/data-guide/technology-choices/analytical-data-stores.md ✅Succeeded View
docs/data-guide/technology-choices/batch-processing.md ✅Succeeded View
docs/data-guide/technology-choices/cognitive-services.md ✅Succeeded View
docs/data-guide/technology-choices/data-storage.md ✅Succeeded View
docs/data-guide/technology-choices/search-options.md ✅Succeeded View
docs/data-guide/technology-choices/stream-processing.md ✅Succeeded View
docs/docfx.json ✅Succeeded
docs/guide/technology-choices/data-store-comparison.md ✅Succeeded View
docs/index.md ✅Succeeded View
docs/multitenant-identity/authorize.md ✅Succeeded View
docs/multitenant-identity/run-the-app.md ✅Succeeded View
docs/patterns/category/availability.md ✅Succeeded View
docs/patterns/category/data-management.md ✅Succeeded View
docs/patterns/category/design-implementation.md ✅Succeeded View
docs/patterns/category/management-monitoring.md ✅Succeeded View
docs/patterns/category/messaging.md ✅Succeeded View
docs/patterns/category/performance-scalability.md ✅Succeeded View
docs/patterns/category/resiliency.md ✅Succeeded View
docs/patterns/category/security.md ✅Succeeded View
docs/patterns/health-endpoint-monitoring.md ✅Succeeded View
docs/patterns/index.liquid.md ✅Succeeded
docs/patterns/index.md ✅Succeeded View
docs/patterns/leader-election.md ✅Succeeded View
docs/patterns/pipes-and-filters.md ✅Succeeded View
docs/reference-architectures/app-service-web-app/basic-web-app.md ✅Succeeded View
docs/reference-architectures/app-service-web-app/scalable-web-app.md ✅Succeeded View
docs/reference-architectures/dmz/nva-ha.md ✅Succeeded View
docs/reference-architectures/dmz/secure-vnet-hybrid.md ✅Succeeded View
docs/reference-architectures/hybrid-networking/hub-spoke.md ✅Succeeded View
docs/reference-architectures/hybrid-networking/shared-services.md ✅Succeeded View
docs/reference-architectures/identity/adds-forest.md ✅Succeeded View
docs/reference-architectures/identity/adfs.md ✅Succeeded View
docs/reference-architectures/jenkins/index.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/multi-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/n-tier.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/single-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/multi-region-application.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/multi-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/n-tier.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/single-vm.md ✅Succeeded View
docs/resiliency/failure-mode-analysis.md ✅Succeeded View
docs/resiliency/high-availability-azure-applications.md ✅Succeeded View

This comment lists only the first 50 files in the pull request.
For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

This is a template file, not a published markdown file
@bennage
Copy link
Contributor Author

bennage commented Apr 6, 2018

✅ Validation status: passed

File Status Preview URL Details
docs/antipatterns/extraneous-fetching/index.md ✅Succeeded View
docs/aws-professional/services.md ✅Succeeded View
docs/best-practices/retry-service-specific.md ✅Succeeded View
docs/building-blocks/extending-templates/objects-as-parameters.md ✅Succeeded View
docs/checklist/dev-ops.md ✅Succeeded View
docs/data-guide/relational-data/data-warehousing.md ✅Succeeded View
docs/data-guide/relational-data/online-analytical-processing.md ✅Succeeded View
docs/data-guide/relational-data/online-transaction-processing.md ✅Succeeded View
docs/data-guide/technology-choices/analytical-data-stores.md ✅Succeeded View
docs/data-guide/technology-choices/batch-processing.md ✅Succeeded View
docs/data-guide/technology-choices/cognitive-services.md ✅Succeeded View
docs/data-guide/technology-choices/data-storage.md ✅Succeeded View
docs/data-guide/technology-choices/search-options.md ✅Succeeded View
docs/data-guide/technology-choices/stream-processing.md ✅Succeeded View
docs/docfx.json ✅Succeeded
docs/guide/technology-choices/data-store-comparison.md ✅Succeeded View
docs/index.md ✅Succeeded View
docs/multitenant-identity/authorize.md ✅Succeeded View
docs/multitenant-identity/run-the-app.md ✅Succeeded View
docs/patterns/category/availability.md ✅Succeeded View
docs/patterns/category/data-management.md ✅Succeeded View
docs/patterns/category/design-implementation.md ✅Succeeded View
docs/patterns/category/management-monitoring.md ✅Succeeded View
docs/patterns/category/messaging.md ✅Succeeded View
docs/patterns/category/performance-scalability.md ✅Succeeded View
docs/patterns/category/resiliency.md ✅Succeeded View
docs/patterns/category/security.md ✅Succeeded View
docs/patterns/health-endpoint-monitoring.md ✅Succeeded View
docs/patterns/index.liquid.md ✅Succeeded
docs/patterns/index.md ✅Succeeded View
docs/patterns/leader-election.md ✅Succeeded View
docs/patterns/pipes-and-filters.md ✅Succeeded View
docs/reference-architectures/app-service-web-app/basic-web-app.md ✅Succeeded View
docs/reference-architectures/app-service-web-app/scalable-web-app.md ✅Succeeded View
docs/reference-architectures/dmz/nva-ha.md ✅Succeeded View
docs/reference-architectures/dmz/secure-vnet-hybrid.md ✅Succeeded View
docs/reference-architectures/hybrid-networking/hub-spoke.md ✅Succeeded View
docs/reference-architectures/hybrid-networking/shared-services.md ✅Succeeded View
docs/reference-architectures/identity/adds-forest.md ✅Succeeded View
docs/reference-architectures/identity/adfs.md ✅Succeeded View
docs/reference-architectures/jenkins/index.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/multi-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/n-tier.md ✅Succeeded View
docs/reference-architectures/virtual-machines-linux/single-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/multi-region-application.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/multi-vm.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/n-tier.md ✅Succeeded View
docs/reference-architectures/virtual-machines-windows/single-vm.md ✅Succeeded View
docs/resiliency/failure-mode-analysis.md ✅Succeeded View
docs/resiliency/high-availability-azure-applications.md ✅Succeeded View

This comment lists only the first 50 files in the pull request.
For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

Copy link
Contributor

@VeronicaWasson VeronicaWasson left a comment

Choose a reason for hiding this comment

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

Looks OK. I don't know why markdown formatting became HTML in some places, but it seems to render OK.

@VeronicaWasson VeronicaWasson merged commit e67b751 into master Apr 6, 2018
@VeronicaWasson VeronicaWasson deleted the markdig-migration branch April 6, 2018 01:19
ghost pushed a commit that referenced this pull request Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants