Skip to content

Commit 64c8329

Browse files
committed
fixing warnings
1 parent c97db88 commit 64c8329

3 files changed

Lines changed: 6 additions & 20 deletions

File tree

azure-sql/database/analyze-prevent-deadlocks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -798,13 +798,13 @@ GO
798798

799799
## Use Azure Storage Explorer
800800

801-
[Azure Storage Explorer](../../vs-azure-tools-storage-manage-with-storage-explorer.md) is a standalone application that simplifies working with event file targets stored in blobs in Azure Storage. You can use Storage Explorer to:
801+
[Azure Storage Explorer](/azure/vs-azure-tools-storage-manage-with-storage-explorer is a standalone application that simplifies working with event file targets stored in blobs in Azure Storage. You can use Storage Explorer to:
802802

803-
- [Create a blob container](../../vs-azure-tools-storage-explorer-blobs.md#create-a-blob-container) to hold XEvent session data.
804-
- [Get the shared access signature (SAS)](../../vs-azure-tools-storage-explorer-blobs.md#get-the-sas-for-a-blob-container) for a blob container.
803+
- [Create a blob container](/azure/vs-azure-tools-storage-explorer-blobs.md#create-a-blob-container) to hold XEvent session data.
804+
- [Get the shared access signature (SAS)](/azure/vs-azure-tools-storage-explorer-blobs#get-the-sas-for-a-blob-container) for a blob container.
805805
- As mentioned in [Collect deadlock graphs in Azure SQL Database with Extended Events](#collect-deadlock-graphs-in-azure-sql-database-with-extended-events), the read, write, and list permissions are required.
806806
- Remove any leading `?` character from the `Query string` to use the value as the secret when [creating a database scoped credential](?tabs=event-file#create-a-database-scoped-credential).
807-
- [View and download](../../vs-azure-tools-storage-explorer-blobs.md#view-a-blob-containers-contents) extended event files from a blob container.
807+
- [View and download](/azure/vs-azure-tools-storage-explorer-blobs.md#view-a-blob-containers-contents) extended event files from a blob container.
808808

809809
[Download Azure Storage Explorer.](https://azure.microsoft.com/features/storage-explorer/).
810810

azure-sql/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@
113113
"rules": {
114114
"sensitive-language-sl": {
115115
"exclude": [
116-
"virtual-machines/linux/rhel-high-availability-stonith-tutorial.md"
116+
"virtual-machines/linux/rhel-high-availability-stonith-tutorial.md",
117+
"virtual-machines/linux/rhel-high-availability-listener-tutorial.md"
117118
]
118119
}
119120
}

azure-sql/index.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)