Skip to content

Commit bcf0352

Browse files
authored
changing var
as per other documentation, you are using MSSQL_SA_PASSWORD for the SA password, not the SA_PASSWORD variable. if not, then other pages needs to be udpated
1 parent 85e8810 commit bcf0352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql-edge/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To connect to an Azure SQL Edge Database Engine from a network machine, you need
4646
}
4747
```
4848

49-
- **SA password for the Azure SQL Edge instance**: This is the value specified for the `SA_PASSWORD` environment variable during deployment of Azure SQL Edge.
49+
- **SA password for the Azure SQL Edge instance**: This is the value specified for the `MSSQL_SA_PASSWORD` environment variable during deployment of Azure SQL Edge.
5050

5151
## Connect to the Database Engine from within the container
5252

0 commit comments

Comments
 (0)