Skip to content

Commit 4c5a0f2

Browse files
authored
Merge pull request #123934 from Gutek/patch-1
changing SA_PASSWORD to proper env variable MSSQL_SA_PASSWORD
2 parents 23f22e1 + bcf0352 commit 4c5a0f2

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)