Skip to content

Commit 5a1cdb7

Browse files
authored
Fixed formatting
1 parent 6898065 commit 5a1cdb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Use the following PowerShell script:
152152
Set-AzSqlInstance -Name "managedinstance1" -ResourceGroupName "ResourceGroup01" -ComputeGeneration Gen5
153153
```
154154

155-
For more details check ![Set-AzSqlInstance](https://docs.microsoft.com/powershell/module/az.sql/set-azsqlinstance) command.
155+
For more details check [Set-AzSqlInstance](https://docs.microsoft.com/powershell/module/az.sql/set-azsqlinstance) command.
156156

157157
# [PowerShell](#tab/azure-cli)
158158

@@ -162,15 +162,15 @@ Use the following CLI command:
162162
az sql mi update -g mygroup -n myinstance --family Gen5
163163
```
164164

165-
For more details check ![az sql mi update](https://docs.microsoft.com/cli/azure/sql/mi#az-sql-mi-update) command.
165+
For more details check [az sql mi update](https://docs.microsoft.com/cli/azure/sql/mi#az-sql-mi-update) command.
166166

167167
---
168168

169169
### Hardware availability
170170

171171
#### <a name="gen4gen5-1"></a> Gen4/Gen5
172172

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.
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.
174174

175175
Gen5 is available in most regions worldwide.
176176

0 commit comments

Comments
 (0)