Skip to content

Removed and redirected deprecated interactive tutorial #3656

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

Merged
merged 1 commit into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"redirections": [
{
{
"redirect_document_id": false,
"redirect_url": "/powershell/azure/",
"source_path": "docs-conceptual/azps-14.1.0/overview.md"
Expand Down Expand Up @@ -74,6 +74,11 @@
"redirect_document_id": false,
"redirect_url": "/powershell/azure/overview",
"source_path": "docs-conceptual/azuresmps-4.0.0/index.md"
},
{
"redirect_document_id": false,
"redirect_url": "/training/modules/automate-azure-tasks-with-powershell/",
"source_path": "docs-conceptual/azps-14.1.0/azureps-vm-tutorial.yml"
}
]
}
}
331 changes: 0 additions & 331 deletions docs-conceptual/azps-0.10.0/azureps-vm-tutorial.yml

This file was deleted.

8 changes: 1 addition & 7 deletions docs-conceptual/azps-0.10.0/get-started-azureps.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,7 @@ For a full list of the modules in Azure PowerShell, see the [Azure PowerShell mo

## Learn Azure PowerShell basics with quickstarts and tutorials

To get started with Azure PowerShell, try an in-depth tutorial for setting up virtual machines and
learning how to query them.

> [!div class="nextstepaction"]
> [Create virtual machines with Azure PowerShell](azureps-vm-tutorial.yml)

There are also Azure PowerShell quickstarts for other popular Azure services:
There are Azure PowerShell quickstarts for other popular Azure services:

* [Create a storage account](/azure/storage/common/storage-quickstart-create-account?tabs=azure-powershell)
* [Transfer objects to/from Azure Blob storage](/azure/storage/blobs/storage-quickstart-blobs-powershell)
Expand Down
4 changes: 0 additions & 4 deletions docs-conceptual/azps-0.10.0/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ landingContent:
url: /azure/app-service-web/app-service-powershell-samples?toc=/powershell/azure/toc.json
- text: Sample scripts for SQL databases
url: /azure/sql-database/sql-database-powershell-samples?toc=/powershell/azure/toc.json
- linkListType: tutorial
links:
- text: Create virtual machines on the same subnet
url: azureps-vm-tutorial.yml
- linkListType: learn
links:
- text: Automate Azure tasks from PowerShell
Expand Down
4 changes: 0 additions & 4 deletions docs-conceptual/azps-0.10.0/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@
- name: PowerShell jobs
href: using-psjobs.md
displayName: background, task, scripting, automation, context, process
- name: Tutorials
items:
- name: Create Virtual Machines
href: azureps-vm-tutorial.yml
- name: Sample Scripts
items:
- name: Linux Virtual Machines
Expand Down
Loading