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

Template changes for brownfield upgrade #14153

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
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
33 changes: 33 additions & 0 deletions quickstarts/microsoft.azurestackhci/upgrade-cluster/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
description: This template upgrades an Azure Stack HCI 22H2 cluster to 23H2 version using an ARM template.
page_type: sample
products:
- azure
- azure-resource-manager
urlFragment: upgrade-cluster
languages:
- json
---
# creates an Azure Stack HCI 23H2 cluster

This template allows you to upgrade an Azure Stack HCI cluster from version 22H2 to 23H2. First you deploy the template in validate mode which does confirm the parameters at the device. Once passed you re-deploy the template with mode set to deploy.

[![Deploy To Azure](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.svg?sanitize=true)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.azurestackhci%2Fcreate-cluster%2Fazuredeploy.json)
[![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.svg?sanitize=true)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.azurestackhci%2Fcreate-cluster%2Fazuredeploy.json)

## Prerequisites

In order to deploy this template, you must have the cluster with 23H2 OS installed. Arc enabled the server(s) and installed the mandatory extensions. The following pre-requisites must be completed:
- Register these resource providers
- Microsoft.HybridCompute
- Microsoft.GuestConfiguration
- Microsoft.HybridConnectivity
- Microsoft.AzureStackHCI
- A Service Principal must be created.
- Make a note of the SPNs APP ID
- Make a note of the SPNs Object ID
- Make a note of the SPNs secret (if not already generated , generate one)
- Make a note of the HCI Resource Provider SPNs Object ID in the tenant.


`Tags: Microsoft.AzureStackHCI/clusters, hci`
Loading
Loading