@@ -136,6 +136,16 @@ On the **Basics** tab, select the **Configure database** link in the **Compute +
136
136
137
137
** To change the hardware generation of an existing managed instance**
138
138
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
+
139
149
Use the following PowerShell script:
140
150
141
151
``` powershell-interactive
@@ -170,7 +180,9 @@ $properties = New-Object System.Object
170
180
Set-AzResource -Properties $properties -ResourceName $instanceName -ResourceType "Microsoft.SQL/managedInstances" -Sku $sku -ResourceGroupName $resourceGroup -Force -ApiVersion "2015-05-01-preview"
171
181
```
172
182
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
+ ---
174
186
175
187
### Hardware availability
176
188
@@ -209,9 +221,9 @@ On the **Basics** page, provide the following:
209
221
210
222
On the ** Details** page, provide the following:
211
223
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.
215
227
For regions where M-series is available, see [ M-series availability] ( #m-series ) .
216
228
217
229
Approved support requests are typically fulfilled within 5 business days.
0 commit comments