Skip to content

Commit 1ef539a

Browse files
Remove ADS
1 parent 248179e commit 1ef539a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-sql/database/xevent-code-event-file.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To read and write event data, the [!INCLUDE [ssde-md](../../docs/includes/ssde-m
7171

7272
# [SQL Database](#tab/sqldb)
7373

74-
Create a database-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS or ADS, open a new query window, connect to the database where you create the event session, and paste the following T-SQL batch. Make sure you're connected to your user database, and not to the `master` database.
74+
Create a database-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS, open a new query window, connect to the database where you create the event session, and paste the following T-SQL batch. Make sure you're connected to your user database, and not to the `master` database.
7575

7676
> [!NOTE]
7777
> Executing the following T-SQL batch requires the `CONTROL` database permission, which is held by the database owner (`dbo`), by the members of the `db_owner` database role, and by the administrator of the logical server.
@@ -97,7 +97,7 @@ To read and write event data, the [!INCLUDE [ssde-md](../../docs/includes/ssde-m
9797

9898
# [SQL Managed Instance](#tab/sqlmi)
9999

100-
Create a server-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS or ADS, open a new query window, connect it to the `master` database on the SQL managed instance where you create the event session, and paste the following T-SQL batch.
100+
Create a server-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS, open a new query window, connect it to the `master` database on the SQL managed instance where you create the event session, and paste the following T-SQL batch.
101101

102102
> [!NOTE]
103103
> Executing the following T-SQL batch requires the `CONTROL` database permission in the `master` database, which is held by the members of the `db_owner` database role in `master`, and by the members of the `sysadmin` server role on the SQL managed instance.
@@ -147,7 +147,7 @@ To read and write event data, the [!INCLUDE [ssde-md](../../docs/includes/ssde-m
147147

148148
# [SQL Database](#tab/sqldb)
149149

150-
Store the SAS token in a database-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS or ADS, open a new query window, connect to the database where you create the event session, and paste the following T-SQL batch. Make sure you're connected to your user database, and not to the `master` database.
150+
Store the SAS token in a database-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS, open a new query window, connect to the database where you create the event session, and paste the following T-SQL batch. Make sure you're connected to your user database, and not to the `master` database.
151151
152152
> [!NOTE]
153153
> Executing the following T-SQL batch requires the `CONTROL` database permission, which is held by the database owner (`dbo`), by the members of the `db_owner` database role, and by the administrator of the logical server.
@@ -189,7 +189,7 @@ To read and write event data, the [!INCLUDE [ssde-md](../../docs/includes/ssde-m
189189

190190
# [SQL Managed Instance](#tab/sqlmi)
191191

192-
Store the SAS token in a server-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS or ADS, open a new query window, connect it to the `master` database on the SQL managed instance where you create the event session, and paste the following T-SQL batch.
192+
Store the SAS token in a server-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS, open a new query window, connect it to the `master` database on the SQL managed instance where you create the event session, and paste the following T-SQL batch.
193193

194194
> [!NOTE]
195195
> Executing the following T-SQL batch requires the `CONTROL` database permission in the `master` database, which is held by the members of the `db_owner` database role in `master`, and by the members of the `sysadmin` server role on the SQL managed instance.
@@ -287,12 +287,12 @@ The following list contains errors that you might encounter when starting an ext
287287
- If using SAS token authentication:
288288
- The storage account [firewall](/azure/storage/common/storage-network-security) is enabled. This is not supported for event sessions that use SAS token authentication.
289289
- The SAS token doesn't have sufficient permissions, or has expired. For more information, see [Grant access using a SAS token](#grant-access-using-a-sas-token).
290-
- **The operating system returned error 86: 'The specified network password is not correct'**
290+
- **The operating system returned error 86: 'The specified network password is not correct.'**
291291
- There is no database-scoped credential (for Azure SQL Database) or server-scoped credential (for Azure SQL Managed Instance) with the name matching the blob container URL. For more information, see the examples in [Grant access to the container](#grant-access-to-the-container).
292292
- The credential name ends with a slash (`/`). The credential name should end with the container name not including the trailing slash.
293-
- **The operating system returned error 3: 'The system cannot find the path specified'**
293+
- **The operating system returned error 3: 'The system cannot find the path specified.'**
294294
- The container specified in the blob container URL doesn't exist.
295-
- **The operating system returned error 13: 'The data is invalid'**
295+
- **The operating system returned error 13: 'The data is invalid.'**
296296
- There is an [immutability policy](/azure/storage/blobs/immutable-policy-configure-container-scope) on the blob container. Immutable storage isn't supported for event sessions.
297297
- The storage account has the [hierarchical namespace](/azure/storage/blobs/data-lake-storage-namespace) enabled. Storage accounts with hierarchical namespace enabled aren't supported for event sessions.
298298

0 commit comments

Comments
 (0)