Skip to content

Commit fb03749

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into appgw-freshness
2 parents b01aa1a + ed619fa commit fb03749

16 files changed

+133
-229
lines changed

articles/network-watcher/frequently-asked-questions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
ms.author: halkazwini
77
ms.service: azure-network-watcher
88
ms.topic: faq
9-
ms.date: 04/24/2024
9+
ms.date: 09/06/2024
1010
title: "Network Watcher frequently asked questions (FAQ)"
1111
summary: |
1212
This article provides answers to some of the frequently asked questions asked about Azure Network Watcher.
@@ -128,7 +128,7 @@ sections:
128128
- question: |
129129
What is the latest version of the Network Watcher Agent?
130130
answer: |
131-
[!INCLUDE [Network Watcher Agent version](~/reusable-content/ce-skilling/azure/includes/virtual-machines-extensions-network-watcher-agent-version.md)]. For more information, see [Update Azure Network Watcher extension to the latest version](network-watcher-agent-update.md).
131+
[!INCLUDE [Network Watcher agent version](../../includes/network-watcher-agent-version.md)]. For more information, see [Update Azure Network Watcher extension to the latest version](network-watcher-agent-update.md).
132132
133133
- question: |
134134
What ports does the Network Watcher Agent use?

articles/network-watcher/network-watcher-agent-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-network-watcher
77
ms.topic: how-to
8-
ms.date: 07/05/2024
8+
ms.date: 09/06/2024
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
---
1111

@@ -20,7 +20,7 @@ ms.custom: devx-track-azurepowershell, devx-track-azurecli
2020

2121
## Latest version
2222

23-
[!INCLUDE [Network Watcher agent version](~/reusable-content/ce-skilling/azure/includes/virtual-machines-extensions-network-watcher-agent-version.md)].
23+
[!INCLUDE [Network Watcher agent version](../../includes/network-watcher-agent-version.md)].
2424

2525
### Identify latest version
2626

124 KB
Loading
305 KB
Loading
136 KB
Loading
128 KB
Loading

articles/security/fundamentals/steps-secure-identity.md

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

articles/storage/.openpublishing.redirection.storage.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,16 @@
510510
"redirect_url": "/azure/storage/blobs/storage-blob-user-delegation-sas-create-java",
511511
"redirect_document_id": false
512512
},
513+
{
514+
"source_path_from_root": "/articles/storage/blobs/sas-service-create-python-container.md",
515+
"redirect_url": "/azure/storage/blobs/sas-service-create-python",
516+
"redirect_document_id": false
517+
},
518+
{
519+
"source_path_from_root": "/articles/storage/blobs/storage-blob-container-user-delegation-sas-create-python.md",
520+
"redirect_url": "/azure/storage/blobs/storage-blob-user-delegation-sas-create-python",
521+
"redirect_document_id": false
522+
},
513523
{
514524
"source_path_from_root": "/articles/storage/common/authorize-active-directory-cli.md",
515525
"redirect_url": "/azure/storage/common/authorize-data-operations-cli",

articles/storage/blobs/TOC.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,14 @@ items:
891891
href: /azure/developer/python/sdk/authentication-azure-hosted-apps?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
892892
- name: Auth from on-premises apps
893893
href: /azure/developer/python/sdk/authentication-on-premises-apps?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
894+
- name: Shared access signature (SAS)
895+
items:
896+
- name: Authorize using a user delegation SAS
897+
href: storage-blob-user-delegation-sas-create-python.md
898+
- name: Authorize using a service SAS
899+
href: sas-service-create-python.md
900+
- name: Authorize using an account SAS
901+
href: ../common/storage-account-sas-create-python.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
894902
- name: Container actions
895903
items:
896904
- name: Create a container
@@ -903,14 +911,6 @@ items:
903911
href: storage-blob-container-lease-python.md
904912
- name: Manage properties and metadata
905913
href: storage-blob-container-properties-metadata-python.md
906-
- name: Generate a shared access signature (SAS)
907-
items:
908-
- name: Create a user delegation SAS for a container
909-
href: storage-blob-container-user-delegation-sas-create-python.md
910-
- name: Create a service SAS for a container
911-
href: sas-service-create-python-container.md
912-
- name: Create an account SAS
913-
href: ../common/storage-account-sas-create-python.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
914914
- name: Blob actions
915915
items:
916916
- name: Upload blobs
@@ -937,14 +937,6 @@ items:
937937
href: storage-blob-properties-metadata-python.md
938938
- name: Set or change a blob's access tier
939939
href: storage-blob-use-access-tier-python.md
940-
- name: Generate a shared access signature (SAS)
941-
items:
942-
- name: Create a user delegation SAS for a blob
943-
href: storage-blob-user-delegation-sas-create-python.md
944-
- name: Create a service SAS for a blob
945-
href: sas-service-create-python.md
946-
- name: Create an account SAS
947-
href: ../common/storage-account-sas-create-python.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
948940
- name: Client library configuration options
949941
items:
950942
- name: Performance tuning for uploads and downloads

articles/storage/blobs/sas-service-create-python-container.md

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

0 commit comments

Comments
 (0)