You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to enter your subscription ID, name, and resource group of the managed instance.
155
+
For more details check [Set-AzSqlInstance](https://docs.microsoft.com/powershell/module/az.sql/set-azsqlinstance) command.
156
+
157
+
# [Azure CLI](#tab/azure-cli)
158
+
159
+
Use the following CLI command:
160
+
161
+
```azurecli-interactive
162
+
az sql mi update -g mygroup -n myinstance --family Gen5
163
+
```
164
+
165
+
For more details check [az sql mi update](https://docs.microsoft.com/cli/azure/sql/mi#az-sql-mi-update) command.
184
166
185
167
---
186
168
187
169
### Hardware availability
188
170
189
171
#### <aname="gen4gen5-1"></a> Gen4/Gen5
190
172
191
-
New Gen4 databases are no longer supported in the Australia East or Brazil South regions.
173
+
Gen4 hardware is [being phased out](https://azure.microsoft.com/updates/gen-4-hardware-on-azure-sql-database-approaching-end-of-life-in-2020/) and is not available anymore for the new deployments. All new databases must be deployed on Gen5 hardware.
0 commit comments