Skip to content

Commit e87f3bd

Browse files
Merge pull request #252518 from vermegi/givermei-small-edit-mysql-pl
Update how-to-networking-private-link-azure-cli.md added location
2 parents d05e855 + 999380a commit e87f3bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/mysql/flexible-server/how-to-networking-private-link-azure-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ az network private-endpoint create \
115115
--subnet mySubnet \
116116
--private-connection-resource-id $(az resource show -g myResourcegroup -n mydemoserver --resource-type "Microsoft.DBforMySQL/flexibleServers" --query "id" -o tsv) \
117117
--group-id mysqlServer \
118-
--connection-name myConnection
118+
--connection-name myConnection \
119+
--location location
119120
```
120121

121122
### Configure the Private DNS Zone

0 commit comments

Comments
 (0)