Skip to content

Commit 0871a8e

Browse files
authored
PR review edit
1 parent 9bd1e62 commit 0871a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-identity-based-data-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ For an Azure SQL database, use [register_azure_sql_database()](/python/api/azure
145145
The following code creates and registers the `credentialless_sqldb` datastore to the `ws` workspace and assigns it to the variable, `sqldb_dstore`. This datastore accesses the database `mydb` in the `myserver` SQL DB server.
146146

147147
```python
148-
# createn sqldatabase datastore without credentials
148+
# Create a sqldatabase datastore without credentials
149149

150150
sqldb_dstore = Datastore.register_azure_sql_database(workspace=ws,
151151
datastore_name='credentialless_sqldb',
@@ -160,7 +160,7 @@ For an Azure SQL database, use [register_azure_sql_database()](/python/api/azure
160160
The following code creates and registers the `credentialless_sqldb` datastore to the `ws` workspace and assigns it to the variable, `sqldb_dstore`. This datastore accesses the database `mydb` in the `myserver` SQL DB server.
161161

162162
```python
163-
# createn sqldatabase datastore without credentials
163+
# Create a sqldatabase datastore without credentials
164164

165165
sqldb_dstore = Datastore.register_azure_sql_database(workspace=ws,
166166
datastore_name='credentialless_sqldb',

0 commit comments

Comments
 (0)