diff --git a/docs-conceptual/azps-13.4.0/index.yml b/docs-conceptual/azps-13.4.0/index.yml index 5960cf32af..5b6ba34e33 100644 --- a/docs-conceptual/azps-13.4.0/index.yml +++ b/docs-conceptual/azps-13.4.0/index.yml @@ -1,15 +1,13 @@ ###YamlMime:Landing -title: Azure PowerShell Documentation +title: Azure PowerShell documentation summary: | Official product documentation for Azure PowerShell. Azure PowerShell is a collection of modules for managing Azure resources from PowerShell. metadata: - title: Azure PowerShell Documentation + title: Azure PowerShell documentation description: Official product documentation for Azure PowerShell. Azure PowerShell is a collection of modules for managing Azure resources from PowerShell. ms.topic: landing-page - author: mikefrobbins - ms.author: mirobb ms.devlang: powershell ms.custom: devx-track-azurepowershell ms.service: azure-powershell @@ -22,13 +20,13 @@ landingContent: url: get-started-azureps.md - text: What is Azure PowerShell? url: what-is-azure-powershell.md - - text: Support Lifecycle + - text: Support lifecycle url: azureps-support-lifecycle.md - linkListType: learn links: - text: Automate Azure tasks from PowerShell url: /training/modules/automate-azure-tasks-with-powershell/ - - text: Choose the best Azure command line tools for managing and provisioning your cloud infrastructure + - text: Choose the best Azure command line tools url: /training/modules/azure-command-line-tools-intro/ - title: Installation linkLists: @@ -44,7 +42,7 @@ landingContent: url: install-azps-macos.md - text: Run in Azure Cloud Shell url: https://shell.azure.com - - text: Azure PowerShell in Docker + - text: Run in a Docker container url: azureps-in-docker.md - title: What's new linkLists: @@ -60,13 +58,13 @@ landingContent: url: upcoming-breaking-changes.md - text: Impact of MFA in automation url: authenticate-mfa.md - - title: Azure PowerShell Reference + - title: Azure PowerShell reference linkLists: - linkListType: reference links: - text: Cmdlet reference url: /powershell/module/?view=azps-13.4.0 - - title: Identity and Authentication + - title: Identity and authentication linkLists: - linkListType: how-to-guide links: @@ -74,7 +72,7 @@ landingContent: url: authenticate-azureps.md - text: Create a service principal url: create-azure-service-principal-azureps.md - - text: Credential Contexts + - text: Credential contexts url: context-persistence.md - title: Concepts linkLists: @@ -142,7 +140,7 @@ landingContent: links: - text: Automatically migrate PowerShell scripts url: quickstart-migrate-azurerm-to-az-automatically.md - - title: Help & Support + - title: Help & support linkLists: - linkListType: overview links: @@ -150,7 +148,9 @@ landingContent: url: https://github.com/Azure/azure-powershell/issues - text: Troubleshoot url: troubleshooting.md - - text: Follow Azure PowerShell on Twitter - url: https://twitter.com/azureposh + - text: Get help from the community + url: https://stackoverflow.com/questions/tagged/azure-powershell + - text: Follow Azure PowerShell on X + url: https://x.com/azureposh - text: Azure Tools Blog - url: https://techcommunity.microsoft.com/t5/azure-tools-blog/bg-p/AzureToolsBlog + url: https://techcommunity.microsoft.com/category/azure/blog/azuretoolsblog diff --git a/docs-conceptual/azps-13.4.0/toc.yml b/docs-conceptual/azps-13.4.0/toc.yml index 11122df3d3..e044d5ab8d 100644 --- a/docs-conceptual/azps-13.4.0/toc.yml +++ b/docs-conceptual/azps-13.4.0/toc.yml @@ -2,196 +2,196 @@ href: index.yml - name: Overview items: - - name: What is Azure PowerShell? - href: what-is-azure-powershell.md - - name: Get started - href: get-started-azureps.md - displayName: sign in, signin, log in, login, find, feedback, intro, introduction - - name: Support lifecycle - href: azureps-support-lifecycle.md -- name: What's New + - name: What is Azure PowerShell? + href: what-is-azure-powershell.md + - name: Get started + href: get-started-azureps.md + displayName: sign in, signin, log in, login, find, feedback, intro, introduction + - name: Support lifecycle + href: azureps-support-lifecycle.md +- name: What's new items: - - name: Overview - href: whats-new-overview.md - - name: Release notes - href: release-notes-azureps.md - - name: Upcoming breaking changes - href: upcoming-breaking-changes.md - - name: Impact of MFA in automation - href: authenticate-mfa.md - - name: Tenanted passthrough disabled - href: disable-tenanted-passthrough.md + - name: Overview + href: whats-new-overview.md + - name: Release notes + href: release-notes-azureps.md + - name: Upcoming breaking changes + href: upcoming-breaking-changes.md + - name: Impact of MFA in automation + href: authenticate-mfa.md + - name: Tenanted passthrough disabled + href: disable-tenanted-passthrough.md - name: Install items: - - name: Overview - href: install-azure-powershell.md - - name: Install - Windows - href: install-azps-windows.md - - name: Install - Linux - href: install-azps-linux.md - - name: Install - macOS - href: install-azps-macos.md - - name: Install - Optimized - href: install-azps-optimized.md - - name: Offline Installation - href: install-azps-offline.md - - name: Run in Azure Cloud Shell - href: https://shell.azure.com - - name: Azure PowerShell in Docker - href: azureps-in-docker.md - - name: Uninstall - href: uninstall-az-ps.md + - name: Overview + href: install-azure-powershell.md + - name: Install - Windows + href: install-azps-windows.md + - name: Install - Linux + href: install-azps-linux.md + - name: Install - macOS + href: install-azps-macos.md + - name: Install - Optimized + href: install-azps-optimized.md + - name: Offline installation + href: install-azps-offline.md + - name: Run in Azure Cloud Shell + href: https://shell.azure.com + - name: Run in a Docker container + href: azureps-in-docker.md + - name: Uninstall + href: uninstall-az-ps.md - name: How-to guides items: - - name: Configuration - items: - - name: Configure global settings - href: configure-global-settings.md - - name: Intelligent command completion - href: az-predictor.md - - name: Protect secrets - href: protect-secrets.md - - name: Use the Az PowerShell module behind a proxy - href: az-powershell-proxy.md - - name: Authentication and Identity - items: - - name: Authentication methods - items: - - name: Overview - href: authenticate-azureps.md - displayName: >- - sign in, signin, log in, login, credentials, msi, managed identity, - tenant, subscription, region, certificate, service principal, - authenticate - - name: Interactive authentication - href: authenticate-interactive.md - - name: Noninteractive authentication - href: authenticate-noninteractive.md - - name: Create a service principal - href: create-azure-service-principal-azureps.md - displayName: >- - automation, application, web app, script, certificate, sign in, - signin, log in, login, devops, dev ops, itpro, it pro, role, - aad, authentication, authenticate - - name: Credential contexts - href: context-persistence.md - displayName: >- - sign in, signin, log in, login, process, session, context, - persist, jobs, background, automation, scripting, task - - name: Concepts + - name: Configuration + items: + - name: Configure global settings + href: configure-global-settings.md + - name: Intelligent command completion + href: az-predictor.md + - name: Protect secrets + href: protect-secrets.md + - name: Use the Az PowerShell module behind a proxy + href: az-powershell-proxy.md + - name: Authentication and identity + items: + - name: Authentication methods items: - - name: Manage subscriptions - href: manage-subscriptions-azureps.md - displayName: tenant, user, sign in, signin, log in, login, authenticate, authentication, accounts - - name: Manage Azure resources with Invoke-AzRestMethod - href: manage-azure-resources-invoke-azrestmethod.md - - name: Filter cmdlet results - href: queries-azureps.md - displayName: filter, search, format, output, variable, scripting, array, dictionary, map, object - - name: Format output - href: formatting-output.md - displayName: object, table, yaml, json, xml, csv, html, list - - name: PowerShell jobs - href: using-psjobs.md - displayName: background, task, scripting, automation, context, process - - name: Deploy - items: - - name: Deploy Resource Manager templates - href: /azure/azure-resource-manager/templates/deploy-powershell?toc=/powershell/azure/toc.json - - name: Export Resource Manager templates - href: /azure/azure-resource-manager/templates/export-template-powershell?toc=/powershell/azure/toc.json - - name: Deploy private Resource Manager templates - href: /azure/azure-resource-manager/templates/secure-template-with-sas-token?toc=/powershell/azure/toc.json + - name: Overview + href: authenticate-azureps.md + displayName: >- + sign in, signin, log in, login, credentials, msi, managed identity, + tenant, subscription, region, certificate, service principal, + authenticate + - name: Interactive authentication + href: authenticate-interactive.md + - name: Noninteractive authentication + href: authenticate-noninteractive.md + - name: Create a service principal + href: create-azure-service-principal-azureps.md + displayName: >- + automation, application, web app, script, certificate, sign in, + signin, log in, login, devops, dev ops, itpro, it pro, role, + aad, authentication, authenticate + - name: Credential contexts + href: context-persistence.md + displayName: >- + sign in, signin, log in, login, process, session, context, + persist, jobs, background, automation, scripting, task + - name: Concepts + items: + - name: Manage subscriptions + href: manage-subscriptions-azureps.md + displayName: tenant, user, sign in, signin, log in, login, authenticate, authentication, accounts + - name: Manage Azure resources with Invoke-AzRestMethod + href: manage-azure-resources-invoke-azrestmethod.md + - name: Filter cmdlet results + href: queries-azureps.md + displayName: filter, search, format, output, variable, scripting, array, dictionary, map, object + - name: Format output + href: formatting-output.md + displayName: object, table, yaml, json, xml, csv, html, list + - name: PowerShell jobs + href: using-psjobs.md + displayName: background, task, scripting, automation, context, process + - name: Deploy + items: + - name: Deploy Resource Manager templates + href: /azure/azure-resource-manager/templates/deploy-powershell?toc=/powershell/azure/toc.json + - name: Export Resource Manager templates + href: /azure/azure-resource-manager/templates/export-template-powershell?toc=/powershell/azure/toc.json + - name: Deploy private Resource Manager templates + href: /azure/azure-resource-manager/templates/secure-template-with-sas-token?toc=/powershell/azure/toc.json - name: Tutorials items: - - name: Create Virtual Machines - href: azureps-vm-tutorial.yml - - name: Create a virtual network - href: /azure/virtual-network/quick-create-powershell?toc=/powershell/azure/toc.json - - name: Create a storage account - href: /azure/storage/common/storage-account-create?toc=/powershell/azure/toc.json&tabs=azure-powershell - - name: Configure a Log Analytics workspace in Azure Monitor - href: /azure/azure-monitor/logs/powershell-workspace-configuration?toc=/powershell/azure/toc.json - - name: Deploy an Azure Kubernetes Service (AKS) cluster - href: /azure/aks/tutorial-kubernetes-deploy-cluster?toc=/powershell/azure/toc.json&tabs=azure-powershell - - name: Create a private container registry - href: /azure/container-registry/container-registry-get-started-powershell?toc=/powershell/azure/toc.json - - name: Deploy a container instance in Azure - href: /azure/container-instances/container-instances-quickstart-powershell?toc=/powershell/azure/toc.json - - name: Set and retrieve a secret from Azure Key Vault - href: /azure/key-vault/secrets/quick-create-powershell?toc=/powershell/azure/toc.json + - name: Create Virtual Machines + href: azureps-vm-tutorial.yml + - name: Create a virtual network + href: /azure/virtual-network/quick-create-powershell?toc=/powershell/azure/toc.json + - name: Create a storage account + href: /azure/storage/common/storage-account-create?toc=/powershell/azure/toc.json&tabs=azure-powershell + - name: Configure a Log Analytics workspace in Azure Monitor + href: /azure/azure-monitor/logs/powershell-workspace-configuration?toc=/powershell/azure/toc.json + - name: Deploy an Azure Kubernetes Service (AKS) cluster + href: /azure/aks/tutorial-kubernetes-deploy-cluster?toc=/powershell/azure/toc.json&tabs=azure-powershell + - name: Create a private container registry + href: /azure/container-registry/container-registry-get-started-powershell?toc=/powershell/azure/toc.json + - name: Deploy a container instance in Azure + href: /azure/container-instances/container-instances-quickstart-powershell?toc=/powershell/azure/toc.json + - name: Set and retrieve a secret from Azure Key Vault + href: /azure/key-vault/secrets/quick-create-powershell?toc=/powershell/azure/toc.json - name: Migration items: - - name: Breaking changes in generated modules - href: breaking-changes-generated-modules.md - - name: Azure AD to Microsoft Graph Migration Guide - href: azps-msgraph-migration-changes.md - - name: Migrate from previous versions of Az - items: - - name: Az 13.0.0 Migration Guide - href: migrate-az-13.0.0.md - - name: Az.DesktopVirtualization Migration Guide - href: migrate-az-desktopvirtualization.md - - name: Az 12.0.0 Migration Guide - href: migrate-az-12.0.0.md - - name: Az 11.0.0 Migration Guide - href: migrate-az-11.0.0.md - - name: Az 10.0.0 Migration Guide - href: migrate-az-10.0.0.md - - name: Az 9.0.1 Migration Guide - href: migrate-az-9.0.1.md - - name: Az.EventHub Migration Guide - href: migrate-az-9.0.1-eventhub.md - - name: Az.ServiceBus Migration Guide - href: migrate-az-9.0.1-servicebus.md - - name: Az 8.0.0 Migration Guide - href: migrate-az-8.0.0.md - - name: Az 7.0.0 Migration Guide - href: migrate-az-7.0.0.md - - name: Az 6.0.0 Migration Guide - href: migrate-az-6.0.0.md - - name: Az 5.0.0 Migration Guide - href: migrate-az-5.0.0.md - - name: Az 4.1.0 Migration Guide - href: migrate-az-4.1.0.md - - name: Az 3.0.0 Migration Guide - href: migrate-az-3.0.0.md - - name: Az 2.0.0 Migration Guide - href: migrate-az-2.0.0.md - - name: Migrate from AzureRM - items: - - name: Overview - href: azurerm-retirement-overview.md - - name: Migration steps - href: migrate-from-azurerm-to-az.md - displayName: migrate, azurerm, az - - name: Automatically migrate PowerShell scripts - href: quickstart-migrate-azurerm-to-az-automatically.md - displayName: automatically migrate, azurerm, az - - name: Changes between AzureRM and Az - href: migrate-az-1.0.0.md - displayName: breaking, cmdlet, module, names - - name: Introducing the Az PowerShell module - href: new-azureps-module-az.md - displayName: intro, introduction, az + - name: Breaking changes in generated modules + href: breaking-changes-generated-modules.md + - name: Azure AD to Microsoft Graph Migration Guide + href: azps-msgraph-migration-changes.md + - name: Migrate from previous versions of Az + items: + - name: Az 13.0.0 Migration Guide + href: migrate-az-13.0.0.md + - name: Az.DesktopVirtualization Migration Guide + href: migrate-az-desktopvirtualization.md + - name: Az 12.0.0 Migration Guide + href: migrate-az-12.0.0.md + - name: Az 11.0.0 Migration Guide + href: migrate-az-11.0.0.md + - name: Az 10.0.0 Migration Guide + href: migrate-az-10.0.0.md + - name: Az 9.0.1 Migration Guide + href: migrate-az-9.0.1.md + - name: Az.EventHub Migration Guide + href: migrate-az-9.0.1-eventhub.md + - name: Az.ServiceBus Migration Guide + href: migrate-az-9.0.1-servicebus.md + - name: Az 8.0.0 Migration Guide + href: migrate-az-8.0.0.md + - name: Az 7.0.0 Migration Guide + href: migrate-az-7.0.0.md + - name: Az 6.0.0 Migration Guide + href: migrate-az-6.0.0.md + - name: Az 5.0.0 Migration Guide + href: migrate-az-5.0.0.md + - name: Az 4.1.0 Migration Guide + href: migrate-az-4.1.0.md + - name: Az 3.0.0 Migration Guide + href: migrate-az-3.0.0.md + - name: Az 2.0.0 Migration Guide + href: migrate-az-2.0.0.md + - name: Migrate from AzureRM + items: + - name: Overview + href: azurerm-retirement-overview.md + - name: Migration steps + href: migrate-from-azurerm-to-az.md + displayName: migrate, azurerm, az + - name: Automatically migrate PowerShell scripts + href: quickstart-migrate-azurerm-to-az-automatically.md + displayName: automatically migrate, azurerm, az + - name: Changes between AzureRM and Az + href: migrate-az-1.0.0.md + displayName: breaking, cmdlet, module, names + - name: Introducing the Az PowerShell module + href: new-azureps-module-az.md + displayName: intro, introduction, az - name: Samples items: - - name: Azure App Service - href: /azure/app-service-web/app-service-powershell-samples?toc=/powershell/azure/toc.json - - name: SQL Databases - href: /azure/sql-database/sql-database-powershell-samples?toc=/powershell/azure/toc.json - - name: Cosmos DB - href: /azure/cosmos-db/sql/powershell-samples?toc=/powershell/azure/toc.json - displayName: database, nosql, mongodb, couchdb - - name: Samples repo - href: https://github.com/Azure-Samples/azure-docs-powershell-samples -- name: Survey Guidance + - name: Azure App Service + href: /azure/app-service-web/app-service-powershell-samples?toc=/powershell/azure/toc.json + - name: SQL Databases + href: /azure/sql-database/sql-database-powershell-samples?toc=/powershell/azure/toc.json + - name: Cosmos DB + href: /azure/cosmos-db/sql/powershell-samples?toc=/powershell/azure/toc.json + displayName: database, nosql, mongodb, couchdb + - name: Samples repo + href: https://github.com/Azure-Samples/azure-docs-powershell-samples +- name: Survey guidance href: command-line-tools-survey-guidance.md -- name: Docs Contributor's Guide +- name: Docs contributor's guide items: - - name: Azure PowerShell docs style guide - href: azps-docs-style-guide.md + - name: Azure PowerShell docs style guide + href: azps-docs-style-guide.md - name: Troubleshooting href: troubleshooting.md -- name: Frequently Asked Questions +- name: Frequently asked questions href: faq.yml