diff --git a/docs/index.mdx b/docs/index.mdx index 2d360ea6e..13eb7d686 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,53 +1,41 @@ --- title: Azure Local Documentation -description: Comprehensive documentation for the Azure Local automation toolkit and deployment standard. -owners: - - team@azurelocal.cloud - - automation-team@azurelocal.cloud -status: active +description: Comprehensive documentation for deploying and operating Azure Local infrastructure at scale. --- # Azure Local Documentation -[![Status](https://img.shields.io/badge/Status-Active-green?style=flat-square&logo=git)](./) -[![Category](https://img.shields.io/badge/Category-Product-blue?style=flat-square&logo=microsoftazure)](./) - -> **DOCUMENT CATEGORY**: Product Documentation -> **SCOPE**: Complete Azure Local solution documentation -> **PURPOSE**: Standardized deployment of Azure Local infrastructure -> **MASTER REFERENCE**: [Microsoft Learn - Azure Local](https://learn.microsoft.com/en-us/azure/azure-local/) - -**Status**: Active -**Last Updated**: 2025-01-30 - ---- +Welcome to the **Azure Local Cloud** documentation site — your comprehensive guide to planning, deploying, and operating Azure Local (formerly Azure Stack HCI) infrastructure. ## Quick Start -New to Azure Local? Follow this path: - -| Step | Action | Link | -|:----:|--------|------| +| Step | Action | Section | +|:----:|--------|---------| | 1 | Review planning requirements | [Planning & Discovery](./planning/) | -| 2 | Set up CI/CD infrastructure | [CI/CD Infrastructure](./implementation/01-cicd-infra/) | -| 3 | Deploy Azure foundation | [Azure Foundation](./implementation/02-azure-foundation/) | -| 4 | Prepare on-premises environment | [On-Prem Readiness](./implementation/03-onprem-readiness/) | -| 5 | Deploy the cluster | [Cluster Deployment](./implementation/04-cluster-deployment/) | -| 6 | Complete handover | [Validation & Handover](./implementation/07-go-live/) | - ---- - -## Overview - -**Azure Local** is a standardized, automation-first solution for deploying Azure Local (formerly Azure Stack HCI) infrastructure. It is designed around a **"Two-Repo Architecture"** that separates the automation logic from the documentation, ensuring portable and repeatable deployments across different customer environments. - -This documentation serves as the "Master Reference" for the solution, while the accompanying **Toolkit Repository** (`azurelocal-toolkit`) contains the actual scripts, templates, and configuration files used during deployment. - ---- - -## Prerequisites Checklist - -Before starting an Azure Local deployment, ensure you have: +| 2 | Review solution design | [Design](./design/) | +| 3 | Set up CI/CD infrastructure | [CI/CD Infrastructure](./implementation/01-cicd-infra/) | +| 4 | Deploy Azure foundation | [Azure Foundation](./implementation/02-azure-foundation/) | +| 5 | Prepare on-premises environment | [On-Prem Readiness](./implementation/03-onprem-readiness/) | +| 6 | Deploy the cluster | [Cluster Deployment](./implementation/04-cluster-deployment/) | +| 7 | Configure operational foundations | [Operational Foundations](./implementation/05-operational-foundations/) | +| 8 | Test and validate | [Testing & Validation](./implementation/06-testing-validation/) | +| 9 | Complete handover | [Go Live](./implementation/07-go-live/) | + +## Documentation Structure + +- **[Planning](./planning/)** — Naming standards, discovery checklists, site assessments, and hardware requirements +- **[Design](./design/)** — High-Level Design (HLD) and Low-Level Design (LLD) documentation +- **[Implementation](./implementation/)** — Step-by-step deployment runbook across 8 stages +- **[Automation](./automation/)** — Terraform, Bicep, Ansible, and CI/CD pipeline references +- **[Operations](./operations/)** — As-built documentation, monitoring, and support procedures +- **[Azure Services](./azure-services/)** — Running Azure services on Azure Local (AKS, AVD, SQL MI, IoT, etc.) +- **[Lab Environment](./lab-environment/)** — Lab setup and access information +- **[Assets](./assets/)** — Architecture diagrams and images +- **[Reference](./reference.mdx)** — External links and resources + +## Prerequisites + +Before starting a deployment, ensure you have: | Requirement | Description | |-------------|-------------| @@ -60,176 +48,29 @@ Before starting an Azure Local deployment, ensure you have: See [Prerequisites & Assumptions](./implementation/04-prerequisites-and-assumptions.mdx) for complete details. ---- +## Architecture -## System Architecture +This solution uses a **Two-Repo Architecture** that separates automation logic from documentation: ``` ┌─────────────────────────────────────────────────────────────────────┐ -│ TWO-REPO ARCHITECTURE │ +│ TWO-REPO ARCHITECTURE │ ├─────────────────────────────┬───────────────────────────────────────┤ -│ DOCUMENTATION REPO │ TOOLKIT REPO │ -│ (This Site) │ (azurelocal-toolkit) │ +│ DOCUMENTATION REPO │ TOOLKIT REPO │ +│ (This Site) │ (azurelocal-toolkit) │ ├─────────────────────────────┼───────────────────────────────────────┤ -│ • High-Level Design (HLD) │ • PowerShell Scripts │ -│ • Low-Level Design (LLD) │ • Ansible Playbooks │ -│ • Standard Operating Procs │ • Bicep/Terraform Templates │ -│ • Runbooks & Procedures │ • CI/CD Pipeline Definitions │ -│ • Reference Documentation │ • Customer Configuration Files │ +│ • High-Level Design (HLD) │ • PowerShell Scripts │ +│ • Low-Level Design (LLD) │ • Ansible Playbooks │ +│ • Standard Operating Procs │ • Bicep/Terraform Templates │ +│ • Runbooks & Procedures │ • CI/CD Pipeline Definitions │ +│ • Reference Documentation │ • Customer Configuration Files │ └─────────────────────────────┴───────────────────────────────────────┘ ``` The **Toolkit Repo** is cloned and instanced for each customer deployment, while this documentation remains the single source of truth for procedures. ---- - -## Documentation Sections - -| Section | Description | Status | Files | -|---------|-------------|:------:|:-----:| -| [Design](./design/) | High-level and low-level design documents | Draft | 3 | -| [Planning & Discovery](./planning/) | Site assessment, requirements, discovery sessions | Active | 8 | -| [Implementation](./implementation/) | Complete deployment runbook (Parts 1-8) | Active | 149 | -| [Automation](./automation/) | IaC templates, CI/CD pipelines | Draft | 7 | -| [Operations](./operations/) | Day-2 operations, monitoring, support | Draft | 8 | -| [Lab Environment](./lab-environment/) | Lab access and configuration | Draft | 3 | -| [Assets](./assets/) | Diagrams, scripts, configurations | Active | 6 | -| [Reference](./reference.mdx) | External links and resources | Draft | 1 | - ---- - -## Deployment Stages at a Glance - -The implementation is divided into 8 parts with phased tasks: - -### Part 1: CI/CD Infrastructure - -| Phase | Name | Est. Time | Link | -|:-----:|------|:---------:|------| -| 1 | B2B Cross-Tenant Configuration | 30 min | [Phase 1](./implementation/01-cicd-infra/phase-01-cicd-setup/) | -| 2 | CI/CD Setup | 45 min | [Phase 2](./implementation/01-cicd-infra/phase-01-cicd-setup/) | -| 3 | Infrastructure Deployment | 30 min | Phase 3 | - -### Part 2: Azure Foundation - -| Phase | Name | Est. Time | Link | -|:-----:|------|:---------:|------| -| 1 | Landing Zones | 1 hour | [Phase 1](./implementation/02-azure-foundation/phase-01-landing-zones/) | -| 2 | Resource Providers | 15 min | [Phase 2](./implementation/02-azure-foundation/phase-02-resource-providers/) | -| 3 | RBAC Permissions | 30 min | [Phase 3](./implementation/02-azure-foundation/phase-03-rbac-permissions/) | -| 4 | Azure Management Infrastructure | 2 hours | [Phase 4](./implementation/02-azure-foundation/phase-04-azure-management-infrastructure/) | -| 5 | Identity & Security | 1 hour | [Phase 5](./implementation/02-azure-foundation/phase-05-identity-security/) | - -### Part 3: On-Premises Readiness - -| Phase | Name | Est. Time | Link | -|:-----:|------|:---------:|------| -| 1 | Active Directory | 1 hour | [Phase 1](./implementation/03-onprem-readiness/phase-01-active-directory/) | -| 2 | Enterprise Network Validation | 2 hours | [Phase 2](./implementation/03-onprem-readiness/phase-02-enterprise-readiness/) | -| 3 | Network Infrastructure | 2 hours | [Phase 3](./implementation/03-onprem-readiness/phase-03-network-infrastructure/) | - -### Part 4: Cluster Deployment - -| Phase | Name | Est. Time | Link | -|:-----:|------|:---------:|------| -| 1 | Hardware Provisioning | 1 hour | [Phase 1](./implementation/04-cluster-deployment/phase-01-hardware-provisioning/) | -| 2 | OS Installation | 2 hours | [Phase 2](./implementation/04-cluster-deployment/phase-02-os-installation/) | -| 3 | OS Configuration | 1 hour | [Phase 3](./implementation/04-cluster-deployment/phase-03-os-configuration/) | -| 4 | Arc Registration | 30 min | [Phase 4](./implementation/04-cluster-deployment/phase-04-arc-registration/) | -| 5 | Cluster Deployment | 2 hours | [Phase 5](./implementation/04-cluster-deployment/phase-05-cluster-deployment/) | -| 6 | Post-Deployment | 1 hour | [Phase 6](./implementation/04-cluster-deployment/phase-06-post-deployment/) | - -### Part 5: Operational Foundations - -| Phase | Name | Est. Time | Link | -|:-----:|------|:---------:|------| -| 1 | SDN Deployment | 2 hours | [Phase 1](./implementation/05-operational-foundations/phase-01-sdn-deployment/) | -| 2 | Monitoring & Observability | 1 hour | [Phase 2](./implementation/05-operational-foundations/phase-02-monitoring-observability/) | -| 3 | Backup & DR | 1 hour | [Phase 3](./implementation/05-operational-foundations/phase-03-backup-dr/) | -| 4 | Security & Governance | 1 hour | [Phase 4](./implementation/05-operational-foundations/phase-04-security-governance/) | -| 5 | Licensing & Telemetry | 30 min | [Phase 5](./implementation/05-operational-foundations/phase-05-licensing-telemetry/) | - -### Part 6: Cluster Testing & Validation - -| Activity | Est. Time | Link | -|----------|:---------:|------| -| Infrastructure Validation | 2 hours | [Testing](./implementation/06-testing-validation/) | - -### Part 7: Validation & Handover - -| Activity | Est. Time | Link | -|----------|:---------:|------| -| Cluster Validation | 1 hour | [Validation](./implementation/07-go-live/01-cluster-validation/) | -| Client Handover | 2 hours | [Handover](./implementation/07-go-live/02-cluster-handover/) | - -### Part 8: Lifecycle Operations - -| Activity | Est. Time | Link | -|----------|:---------:|------| -| Ongoing Operations | Continuous | [Lifecycle](./implementation/08-lifecycle-operations/) | - -**Total Estimated Time**: 20-24 hours (spread across multiple days) - ---- - -## Key Capabilities - -| Capability | Description | -|------------|-------------| -| **Part-Based Deployment** | Infrastructure delivery broken into 8 parts with phased tasks | -| **Validation First** | Pre-flight checks and post-deployment validation scripts | -| **Infrastructure as Code** | Bicep and Terraform for Azure resource management | -| **Vendor Integration** | Standardized workflows for Dell, OpenGear, and Fortinet hardware | -| **CI/CD Automation** | CI/CD pipelines for automated deployments | -| **Drift Detection** | Continuous monitoring for configuration drift | - ---- - -## Version History - -| Version | Date | Changes | -|:-------:|------|---------| -| 1.0.0 | 2025-01-30 | Rebrand to Azure Local, remove legacy content | -| 0.2.0 | 2025-01-30 | Standards compliance update, documentation restructure | -| 0.1.0 | 2025-01-01 | Initial documentation structure | - ---- - -## Support & Resources - -### Repositories - -| Repository | Description | Link | -|------------|-------------|------| -| Documentation | This site | [GitHub](https://github.com/AzureLocal/azurelocal.github.io) | -| Toolkit | Scripts, templates, pipelines | [GitHub](https://github.com/AzureLocal/azurelocal-toolkit) | -| Terraform Modules | Azure Local module | [GitHub](https://github.com/AzureLocal/tf-module-azr-local) | - -### Team Contacts - -| Contact | Purpose | -|---------|---------| -| [Teams Channel](https://teams.microsoft.com/l/team/19%3Akn8v-WNxeOktyON9w2gv4sXD_qMQn2CXHAQurGMO1bc1%40thread.tacv2/conversations?groupId=d05d37a2-0ae0-4f3f-9e11-756788d45a40&tenantId=fdfe8868-8df3-4832-87bc-7a57c45d4c1f) | General questions, support | -| team@azurelocal.cloud | Documentation issues | -| automation-team@azurelocal.cloud | Automation & scripting | - -### External Resources - -| Resource | Link | -|----------|------| -| Microsoft Learn - Azure Local | [Documentation](https://learn.microsoft.com/en-us/azure/azure-local/) | -| Dell AX Nodes | [Support](https://www.dell.com/en-us/lp/dt/open-manage-systems-management) | -| Azure Arc | [Documentation](https://learn.microsoft.com/en-us/azure/azure-arc/) | - ---- - -## Browse Documentation +## Related Resources -- [Planning & Discovery](./planning/) -- [Design](./design/) -- [Implementation Guide](./implementation/) -- [Operations](./operations/) -- [Azure Services](./azure-services/) -- [Automation](./automation/) -- [Assets](./assets/) -- [Lab Environment](./lab-environment/) +- **[Azure Local Toolkit](https://azurelocal.cloud/azurelocal-toolkit/)** — Deployment scripts, validation suites, and configuration management +- **[Microsoft Learn - Azure Local](https://learn.microsoft.com/en-us/azure/azure-local/)** — Official Microsoft documentation +- **[Azure Arc](https://learn.microsoft.com/en-us/azure/azure-arc/)** — Hybrid cloud management diff --git a/docs/intro.md b/docs/intro.md deleted file mode 100644 index 943bafb8d..000000000 --- a/docs/intro.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -sidebar_position: 1 -title: Azure Local Documentation -description: Comprehensive documentation for deploying and operating Azure Local infrastructure at scale. ---- - -# Azure Local Documentation - -Welcome to the **Azure Local Cloud** documentation site — your comprehensive guide to planning, deploying, and operating Azure Local (formerly Azure Stack HCI) infrastructure. - -## Quick Start - -| Step | Action | Section | -|:----:|--------|---------| -| 1 | Review planning requirements | [Planning & Discovery](./planning/) | -| 2 | Review solution design | [Design](./design/) | -| 3 | Set up CI/CD infrastructure | [CI/CD Infrastructure](./implementation/01-cicd-infra/) | -| 4 | Deploy Azure foundation | [Azure Foundation](./implementation/02-azure-foundation/) | -| 5 | Prepare on-premises environment | [On-Prem Readiness](./implementation/03-onprem-readiness/) | -| 6 | Deploy the cluster | [Cluster Deployment](./implementation/04-cluster-deployment/) | -| 7 | Configure operational foundations | [Operational Foundations](./implementation/05-operational-foundations/) | -| 8 | Test and validate | [Testing & Validation](./implementation/06-testing-validation/) | -| 9 | Complete handover | [Go Live](./implementation/07-go-live/) | - -## Documentation Structure - -- **[Planning](./planning/)** — Naming standards, discovery checklists, site assessments, and hardware requirements -- **[Design](./design/)** — High-Level Design (HLD) and Low-Level Design (LLD) documentation -- **[Implementation](./implementation/)** — Step-by-step deployment runbook across 8 stages -- **[Automation](./automation/)** — Terraform, Bicep, Ansible, and CI/CD pipeline references -- **[Operations](./operations/)** — As-built documentation, monitoring, and support procedures -- **[Azure Services](./azure-services/)** — Running Azure services on Azure Local (AKS, AVD, SQL MI, IoT, etc.) -- **[Lab Environment](./lab-environment/)** — Lab setup and access information -- **[Assets](./assets/)** — Architecture diagrams and images - -## Related Resources - -- **[Azure Local Toolkit](https://azurelocal.cloud/azurelocal-toolkit/)** — Deployment scripts, validation suites, and configuration management -- **[Microsoft Learn - Azure Local](https://learn.microsoft.com/en-us/azure/azure-local/)** — Official Microsoft documentation diff --git a/docusaurus.config.js b/docusaurus.config.js index 17ba7e95b..a4e3283b2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -83,15 +83,9 @@ const config = { }, items: [ { - type: 'docsVersionDropdown', + type: 'doc', + docId: 'index', position: 'left', - //dropdownItemsAfter: [{to: '/versions', label: 'All versions'}], - dropdownActiveClassDisabled: true, - }, - { - type: 'docsVersion', - position: 'left', - to: '/docs/intro', label: 'Docs', }, { to: '/working', label: 'Blog', position: 'left' }, @@ -178,7 +172,7 @@ const config = { items: [ { label: 'Azure Local Docs', - to: '/docs/intro', + to: '/docs/', }, ], }, diff --git a/src/pages/index.js b/src/pages/index.js index 49aa8f645..cde01256b 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -19,7 +19,7 @@ function HomepageHeader() {
Learn More About Azure Local diff --git a/versioned_docs/version-1.0.0/docs-lab-env/_category_.json b/versioned_docs/version-1.0.0/docs-lab-env/_category_.json deleted file mode 100644 index 04626e4a6..000000000 --- a/versioned_docs/version-1.0.0/docs-lab-env/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "Azure Local Lab Environment", - "position": 4, - "link": { - "type": "generated-index" - } -} diff --git a/versioned_docs/version-1.0.0/docs-lab-env/about-the-lab.md b/versioned_docs/version-1.0.0/docs-lab-env/about-the-lab.md deleted file mode 100644 index ed858600b..000000000 --- a/versioned_docs/version-1.0.0/docs-lab-env/about-the-lab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 1 ---- - -# About the lab diff --git a/versioned_docs/version-1.0.0/docs-lab-env/access-the-lab.md b/versioned_docs/version-1.0.0/docs-lab-env/access-the-lab.md deleted file mode 100644 index 4d5cdcbe4..000000000 --- a/versioned_docs/version-1.0.0/docs-lab-env/access-the-lab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Access the lab diff --git a/versioned_docs/version-1.0.0/docs-lab-env/img/docsVersionDropdown.png b/versioned_docs/version-1.0.0/docs-lab-env/img/docsVersionDropdown.png deleted file mode 100644 index 97e416461..000000000 Binary files a/versioned_docs/version-1.0.0/docs-lab-env/img/docsVersionDropdown.png and /dev/null differ diff --git a/versioned_docs/version-1.0.0/docs-lab-env/img/localeDropdown.png b/versioned_docs/version-1.0.0/docs-lab-env/img/localeDropdown.png deleted file mode 100644 index e257edc1f..000000000 Binary files a/versioned_docs/version-1.0.0/docs-lab-env/img/localeDropdown.png and /dev/null differ diff --git a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/_category_.json b/versioned_docs/version-1.0.0/docs-planning-for-azure-local/_category_.json deleted file mode 100644 index a233cf06c..000000000 --- a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Planning for Azure Local", - "position": 3, - "link": { - "type": "generated-index", - "description": "Planing for Azure Local." - } -} diff --git a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning01.md b/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning01.md deleted file mode 100644 index c561062ff..000000000 --- a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning01.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Plan for things diff --git a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning02.md b/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning02.md deleted file mode 100644 index 362763417..000000000 --- a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning02.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Plan for more things diff --git a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning03.md b/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning03.md deleted file mode 100644 index 8783f3f43..000000000 --- a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning03.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 3 ---- - -# Did you plan for that diff --git a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning04.md b/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning04.md deleted file mode 100644 index 30cd9a6a8..000000000 --- a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning04.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 4 ---- - -# Planning is for plans diff --git a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning05.mdx b/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning05.mdx deleted file mode 100644 index c71db32d1..000000000 --- a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning05.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 5 ---- - -# I didn't Plan for That diff --git a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning06.md b/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning06.md deleted file mode 100644 index 42d6b33d7..000000000 --- a/versioned_docs/version-1.0.0/docs-planning-for-azure-local/planning06.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 6 ---- - -# You should have diff --git a/versioned_docs/version-1.0.0/docs-what-is-azure-local/_category_.json b/versioned_docs/version-1.0.0/docs-what-is-azure-local/_category_.json deleted file mode 100644 index a56f71cb2..000000000 --- a/versioned_docs/version-1.0.0/docs-what-is-azure-local/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "What is Azure Local?", - "position": 2, - "link": { - "type": "generated-index" - } -} diff --git a/versioned_docs/version-1.0.0/docs-what-is-azure-local/img/docsVersionDropdown.png b/versioned_docs/version-1.0.0/docs-what-is-azure-local/img/docsVersionDropdown.png deleted file mode 100644 index 97e416461..000000000 Binary files a/versioned_docs/version-1.0.0/docs-what-is-azure-local/img/docsVersionDropdown.png and /dev/null differ diff --git a/versioned_docs/version-1.0.0/docs-what-is-azure-local/img/localeDropdown.png b/versioned_docs/version-1.0.0/docs-what-is-azure-local/img/localeDropdown.png deleted file mode 100644 index e257edc1f..000000000 Binary files a/versioned_docs/version-1.0.0/docs-what-is-azure-local/img/localeDropdown.png and /dev/null differ diff --git a/versioned_docs/version-1.0.0/docs-what-is-azure-local/magic-cloud-onprem.md b/versioned_docs/version-1.0.0/docs-what-is-azure-local/magic-cloud-onprem.md deleted file mode 100644 index ea91bac1b..000000000 --- a/versioned_docs/version-1.0.0/docs-what-is-azure-local/magic-cloud-onprem.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Magical Cloud on Prem diff --git a/versioned_docs/version-1.0.0/docs-what-is-azure-local/what-is-azure-local.md b/versioned_docs/version-1.0.0/docs-what-is-azure-local/what-is-azure-local.md deleted file mode 100644 index 50e58eb6e..000000000 --- a/versioned_docs/version-1.0.0/docs-what-is-azure-local/what-is-azure-local.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 1 ---- - -# What is Azure Local diff --git a/versioned_docs/version-1.0.0/intro.md b/versioned_docs/version-1.0.0/intro.md deleted file mode 100644 index 437fdffad..000000000 --- a/versioned_docs/version-1.0.0/intro.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Azure Local Documentation - -**Azure Local Documentation is coming soon.**. diff --git a/versioned_docs/version-2.0.0/docs-lab-env/_category_.json b/versioned_docs/version-2.0.0/docs-lab-env/_category_.json deleted file mode 100644 index 04626e4a6..000000000 --- a/versioned_docs/version-2.0.0/docs-lab-env/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "Azure Local Lab Environment", - "position": 4, - "link": { - "type": "generated-index" - } -} diff --git a/versioned_docs/version-2.0.0/docs-lab-env/about-the-lab.md b/versioned_docs/version-2.0.0/docs-lab-env/about-the-lab.md deleted file mode 100644 index ed858600b..000000000 --- a/versioned_docs/version-2.0.0/docs-lab-env/about-the-lab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 1 ---- - -# About the lab diff --git a/versioned_docs/version-2.0.0/docs-lab-env/access-the-lab.md b/versioned_docs/version-2.0.0/docs-lab-env/access-the-lab.md deleted file mode 100644 index 4d5cdcbe4..000000000 --- a/versioned_docs/version-2.0.0/docs-lab-env/access-the-lab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Access the lab diff --git a/versioned_docs/version-2.0.0/docs-lab-env/img/docsVersionDropdown.png b/versioned_docs/version-2.0.0/docs-lab-env/img/docsVersionDropdown.png deleted file mode 100644 index 97e416461..000000000 Binary files a/versioned_docs/version-2.0.0/docs-lab-env/img/docsVersionDropdown.png and /dev/null differ diff --git a/versioned_docs/version-2.0.0/docs-lab-env/img/localeDropdown.png b/versioned_docs/version-2.0.0/docs-lab-env/img/localeDropdown.png deleted file mode 100644 index e257edc1f..000000000 Binary files a/versioned_docs/version-2.0.0/docs-lab-env/img/localeDropdown.png and /dev/null differ diff --git a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/_category_.json b/versioned_docs/version-2.0.0/docs-planning-for-azure-local/_category_.json deleted file mode 100644 index a233cf06c..000000000 --- a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Planning for Azure Local", - "position": 3, - "link": { - "type": "generated-index", - "description": "Planing for Azure Local." - } -} diff --git a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning01.md b/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning01.md deleted file mode 100644 index c561062ff..000000000 --- a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning01.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Plan for things diff --git a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning02.md b/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning02.md deleted file mode 100644 index 362763417..000000000 --- a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning02.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Plan for more things diff --git a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning03.md b/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning03.md deleted file mode 100644 index 8783f3f43..000000000 --- a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning03.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 3 ---- - -# Did you plan for that diff --git a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning04.md b/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning04.md deleted file mode 100644 index 30cd9a6a8..000000000 --- a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning04.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 4 ---- - -# Planning is for plans diff --git a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning05.mdx b/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning05.mdx deleted file mode 100644 index c71db32d1..000000000 --- a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning05.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 5 ---- - -# I didn't Plan for That diff --git a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning06.md b/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning06.md deleted file mode 100644 index 42d6b33d7..000000000 --- a/versioned_docs/version-2.0.0/docs-planning-for-azure-local/planning06.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 6 ---- - -# You should have diff --git a/versioned_docs/version-2.0.0/docs-what-is-azure-local/_category_.json b/versioned_docs/version-2.0.0/docs-what-is-azure-local/_category_.json deleted file mode 100644 index a56f71cb2..000000000 --- a/versioned_docs/version-2.0.0/docs-what-is-azure-local/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "What is Azure Local?", - "position": 2, - "link": { - "type": "generated-index" - } -} diff --git a/versioned_docs/version-2.0.0/docs-what-is-azure-local/img/docsVersionDropdown.png b/versioned_docs/version-2.0.0/docs-what-is-azure-local/img/docsVersionDropdown.png deleted file mode 100644 index 97e416461..000000000 Binary files a/versioned_docs/version-2.0.0/docs-what-is-azure-local/img/docsVersionDropdown.png and /dev/null differ diff --git a/versioned_docs/version-2.0.0/docs-what-is-azure-local/img/localeDropdown.png b/versioned_docs/version-2.0.0/docs-what-is-azure-local/img/localeDropdown.png deleted file mode 100644 index e257edc1f..000000000 Binary files a/versioned_docs/version-2.0.0/docs-what-is-azure-local/img/localeDropdown.png and /dev/null differ diff --git a/versioned_docs/version-2.0.0/docs-what-is-azure-local/magic-cloud-onprem.md b/versioned_docs/version-2.0.0/docs-what-is-azure-local/magic-cloud-onprem.md deleted file mode 100644 index ea91bac1b..000000000 --- a/versioned_docs/version-2.0.0/docs-what-is-azure-local/magic-cloud-onprem.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Magical Cloud on Prem diff --git a/versioned_docs/version-2.0.0/docs-what-is-azure-local/what-is-azure-local.md b/versioned_docs/version-2.0.0/docs-what-is-azure-local/what-is-azure-local.md deleted file mode 100644 index 50e58eb6e..000000000 --- a/versioned_docs/version-2.0.0/docs-what-is-azure-local/what-is-azure-local.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 1 ---- - -# What is Azure Local diff --git a/versioned_docs/version-2.0.0/intro.md b/versioned_docs/version-2.0.0/intro.md deleted file mode 100644 index 437fdffad..000000000 --- a/versioned_docs/version-2.0.0/intro.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Azure Local Documentation - -**Azure Local Documentation is coming soon.**. diff --git a/versioned_sidebars/version-1.0.0-sidebars.json b/versioned_sidebars/version-1.0.0-sidebars.json deleted file mode 100644 index 2782dc0f4..000000000 --- a/versioned_sidebars/version-1.0.0-sidebars.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "sidebar": [ - { - "type": "autogenerated", - "dirName": "." - } - ] -} diff --git a/versioned_sidebars/version-2.0.0-sidebars.json b/versioned_sidebars/version-2.0.0-sidebars.json deleted file mode 100644 index 2782dc0f4..000000000 --- a/versioned_sidebars/version-2.0.0-sidebars.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "sidebar": [ - { - "type": "autogenerated", - "dirName": "." - } - ] -} diff --git a/versions.json b/versions.json deleted file mode 100644 index 04c9f68a8..000000000 --- a/versions.json +++ /dev/null @@ -1 +0,0 @@ -["2.0.0", "1.0.0"]