Skip to content

Commit

Permalink
Updated publication date based on release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefrobbins committed Jul 5, 2023
1 parent 0a7f5ec commit 71aeaa3
Show file tree
Hide file tree
Showing 44 changed files with 45 additions and 185 deletions.
10 changes: 0 additions & 10 deletions docs-conceptual/azps-10.0.0/zone-pivot-groups.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/authenticate-azureps.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: How to sign in with Azure PowerShell as a user, service principal, or with managed identities for Azure resources.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/az-powershell-proxy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: How to use the Azure Az PowerShell module behind a proxy server
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/az-predictor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Using Az Predictor for intelligent context-aware command completion in Azure PowerShell.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This migration guide contains a list of Azure PowerShell changes for the Azure AD to Microsoft Graph migration in Az.Resources 5.1.0.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This article contains Azure PowerShell versioning, release cadence, and breaking change information for the Az PowerShell module.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
78 changes: 1 addition & 77 deletions docs-conceptual/azps-10.1.0/azureps-in-docker.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,13 @@
---
description: Learn how to run a Docker container hosting Azure PowerShell. Docker gets you started quickly with an isolated environment in which to run Azure PowerShell.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
title: How to run Azure PowerShell in a Docker container
---

# Using Azure PowerShell in a Docker container

We publish Docker images with Azure PowerShell preinstalled. You can use Docker to run a standalone
Linux container with Azure PowerShell preinstalled. This article shows you how to use Azure
PowerShell in the Docker container.

## Finding available images

The released images require Docker 17.05 or newer. You must be able to run Docker without `sudo` or
local administrative rights. Follow Docker's official [instructions][install] to install Docker.

The release containers derive from the official distribution image, install dependencies, and
install the Azure PowerShell module.

The latest container image contains the latest version of PowerShell and the latest Azure PowerShell
modules supported with the Az PowerShell module.

You can find a complete list of Azure PowerShell Docker images on our [Docker image][az image] page.

## Using Azure PowerShell in a container

The following steps show the Docker commands required to download the image and start an interactive
PowerShell session.

# [amd64](#tab/amd64)

1. Download the latest azure-powershell image.

```console
docker pull mcr.microsoft.com/azure-powershell
```

1. Run the azure-powershell container in interactive mode:

```console
docker run -it mcr.microsoft.com/azure-powershell pwsh
```

# [arm64](#tab/arm64)

1. Download the latest azure-powershell image.

```console
docker pull mcr.microsoft.com/azure-powershell:mariner-2-arm64
```

1. Run the azure-powershell container in interactive mode:

```console
docker run -it mcr.microsoft.com/azure-powershell:mariner-2-arm64 pwsh
```

---

For Windows Docker hosts, you must enable Docker file sharing to allow local drives on Windows to be
shared with Linux containers. For more information, see
[Get started with Docker for Windows][file-sharing].

### Remove the image when no longer needed

The following command deletes the Docker container when you no longer need it.

# [amd64](#tab/amd64)

```console
docker rmi mcr.microsoft.com/azure-powershell
```

# [arm64](#tab/arm64)

```console
docker rmi mcr.microsoft.com/azure-powershell:mariner-2-arm64
```

---

## Next steps

To learn more about the Azure PowerShell modules and their features, see
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/azureps-support-lifecycle.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Details about the support lifecycle of the Azure PowerShell modules
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/azureps-vm-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
level: Beginner
displayType: two-column
interactive: azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.custom: devx-track-azurepowershell
ms.service: azure-powershell
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This article contains guidance about the Azure command line tools survey.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/configure-global-settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Configure Azure PowerShell global settings using centralized and granular AzConfig cmdlets
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/context-persistence.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Learn how to reuse Azure credentials and other information across multiple PowerShell sessions.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Learn how to create and use service principals with Azure PowerShell.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: Frequently Asked Questions about Azure PowerShell.
ms.devlang: powershell
ms.topic: faq
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.custom: devx-track-azurepowershell
ms.service: azure-powershell

Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/formatting-output.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: How to format cmdlet output for Azure PowerShell.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/get-started-azureps.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Get started with Azure PowerShell
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: get-started-article
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/install-azps-linux.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Learn how to install and run Azure PowerShell on Linux. You can install Azure PowerShell on Linux with one command.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/install-azps-macos.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Learn how to install and run Azure PowerShell on macOS. You can install Azure PowerShell on macOS with one command.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
58 changes: 2 additions & 56 deletions docs-conceptual/azps-10.1.0/install-azps-windows.md
Original file line number Diff line number Diff line change
@@ -1,69 +1,15 @@
---
description: Learn how to install and run Azure PowerShell on Windows. You can install Azure PowerShell on Windows with one command.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
title: Install Azure PowerShell on Windows | Microsoft Docs
title: Install Azure PowerShell on Windows
zone_pivot_group_filename: azure/zone-pivot-groups.json
zone_pivot_groups: install-azps-windows
---

# Install Azure PowerShell on Windows

The Azure PowerShell Az module is a rollup module. Installing the Az PowerShell module downloads the
generally available modules and makes their cmdlets available for use.

The recommended installation method and PowerShell version for the Az PowerShell module:

- Install from the PowerShell Gallery
- Use with PowerShell version 7 or higher

::: zone pivot="windows-psgallery"

This article explains how to install the Az PowerShell module on Windows from the
[PowerShell Gallery](/powershell/scripting/gallery/overview).

## Prerequisites

- Run the following command from PowerShell to determine your PowerShell version:

```powershell
$PSVersionTable.PSVersion
```

- Determine if you have the AzureRM PowerShell module installed:

```powershell
Get-Module -Name AzureRM -ListAvailable
```

> [!IMPORTANT]
> If you have the AzureRM PowerShell module installed, see
> [Az and AzureRM coexistence](troubleshooting.md#az-and-azurerm-coexistence) before proceeding.
# [PowerShell 7](#tab/powershell)

- Install a supported version of
[PowerShell version 7 or higher](/powershell/scripting/install/installing-powershell-on-windows)

# [Windows PowerShell](#tab/windowspowershell)

- Update to
[Windows PowerShell 5.1](/powershell/scripting/windows-powershell/install/installing-windows-powershell#upgrading-existing-windows-powershell)
- Install [.NET Framework 4.7.2 or later](/dotnet/framework/install)
- Update PowerShellGet

Launch Windows PowerShell 5.1 elevated as an administrator and run the following command to
update PowerShellGet:

```powershell
Install-Module -Name PowerShellGet -Force
```

---

- Set the PowerShell execution policy to remote signed or less restrictive

- Check the PowerShell execution policy:
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/install-azure-powershell.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Azure PowerShell is available to install for Windows, Linux, and macOS. It can also be run from Azure Cloud Shell and in a Docker container.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: How to use Azure PowerShell to manage resources with the Invoke-AzRestMethod cmdlet.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Manage Azure subscriptions with Azure PowerShell
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/migrate-az-1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This migration guide contains a list of breaking changes made to Azure PowerShell in the Az version 1 release.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/migrate-az-10.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This migration guide contains a list of breaking changes made to Azure PowerShell in the Az version 10.0.0 release.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/migrate-az-2.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This migration guide contains a list of breaking changes made to Azure PowerShell in the Az version 2.0 release.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/migrate-az-3.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This migration guide contains a list of breaking changes made to Azure PowerShell in the Az version 3.0 release.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/migrate-az-4.1.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This migration guide contains a list of breaking changes made to Azure PowerShell in the Az version 4.1.0 release.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs-conceptual/azps-10.1.0/migrate-az-5.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This migration guide contains a list of breaking changes made to Azure PowerShell in the Az version 5.0.0 release.
ms.custom: devx-track-azurepowershell
ms.date: 06/30/2023
ms.date: 07/05/2023
ms.devlang: powershell
ms.service: azure-powershell
ms.topic: conceptual
Expand Down
Loading

0 comments on commit 71aeaa3

Please sign in to comment.