Skip to content

Commit 4d56b40

Browse files
authored
Merge pull request #100734 from urosmil/patch-1
Update managed instance hardware
2 parents 496b731 + 7a2f0e3 commit 4d56b40

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed
45.2 KB
Loading

articles/sql-database/sql-database-service-tiers-vcore.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,16 @@ On the **Basics** tab, select the **Configure database** link in the **Compute +
136136

137137
**To change the hardware generation of an existing managed instance**
138138

139+
# [Portal](#tab/azure-portal)
140+
141+
From the managed instance page, select **Pricing tier** link placed under the Settings section
142+
143+
![change managed instance hardware](media/sql-database-service-tiers-vcore/change-managed-instance-hardware.png)
144+
145+
On the **Pricing tier** page you will be able to change hardware generation as described in the previous steps.
146+
147+
# [PowerShell](#tab/azure-powershell)
148+
139149
Use the following PowerShell script:
140150

141151
```powershell-interactive
@@ -170,7 +180,9 @@ $properties = New-Object System.Object
170180
Set-AzResource -Properties $properties -ResourceName $instanceName -ResourceType "Microsoft.SQL/managedInstances" -Sku $sku -ResourceGroupName $resourceGroup -Force -ApiVersion "2015-05-01-preview"
171181
```
172182

173-
Make sure to enter your subscription id, name, and resource group of the managed instance.
183+
Make sure to enter your subscription ID, name, and resource group of the managed instance.
184+
185+
---
174186

175187
### Hardware availability
176188

@@ -209,9 +221,9 @@ On the **Basics** page, provide the following:
209221

210222
On the **Details** page, provide the following:
211223

212-
5. In the **PROBLEM DETAILS** section select the **Provide details** link.
213-
6. For **SQL Database quota type** select **M-series**.
214-
7. For **Region**, select the region to enable M-series.
224+
1. In the **PROBLEM DETAILS** section select the **Provide details** link.
225+
2. For **SQL Database quota type** select **M-series**.
226+
3. For **Region**, select the region to enable M-series.
215227
For regions where M-series is available, see [M-series availability](#m-series).
216228

217229
Approved support requests are typically fulfilled within 5 business days.

0 commit comments

Comments
 (0)