Skip to content

Commit 1e9c51c

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into asc-melvyn-recs-stuff
2 parents 34e73cb + 1fd0fe7 commit 1e9c51c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/event-grid/event-schema-blob-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This section contains an example of what that data would look like for each blob
6565
"api": "PutBlockList",
6666
"clientRequestId": "6d79dbfb-0e37-4fc4-981f-442c9ca65760",
6767
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
68-
"eTag": "0x8D4BCC2E4835CD0",
68+
"eTag": "\"0x8D4BCC2E4835CD0\"",
6969
"contentType": "text/plain",
7070
"contentLength": 524288,
7171
"blobType": "BlockBlob",
@@ -104,7 +104,7 @@ If the blob storage account has a hierarchical namespace, the data looks similar
104104
"api": "CreateFile",
105105
"clientRequestId": "6d79dbfb-0e37-4fc4-981f-442c9ca65760",
106106
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
107-
"eTag": "0x8D4BCC2E4835CD0",
107+
"eTag": "\"0x8D4BCC2E4835CD0\"",
108108
"contentType": "text/plain",
109109
"contentLength": 0,
110110
"contentOffset": 0,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ Only Packet Capture, Connection Troubleshoot and Connection Monitor need the Net
6868
### What does NSG Flow Logs do?
6969
Azure network resources can be combined and managed through [Network Security Groups (NSGs)](https://docs.microsoft.com/azure/virtual-network/security-overview). NSG Flow Logs enable you to log 5-tuple flow information about all traffic through your NSGs. The raw flow logs are written to an Azure Storage account from where they can be further processed, analyzed, queried, or exported as needed.
7070

71-
### How do I use NSG Flow Logs on a Storage account with a firewall?
71+
### How do I use NSG Flow Logs with a Storage account behind a firewall?
7272

73-
To use a Storage account with a firewall, you have to provide an exception for Trusted Microsoft Services to access your storage account:
73+
To use a Storage account behind a firewall, you have to provide an exception for Trusted Microsoft Services to access your storage account:
7474

7575
* Navigate to the storage account by typing the storage account's name in the global search on the portal or from the [Storage Accounts page](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts)
7676
* Under the **SETTINGS** section, select **Firewalls and virtual networks**
@@ -80,9 +80,9 @@ To use a Storage account with a firewall, you have to provide an exception for T
8080

8181
You can check the storage logs after a few minutes, you should see an updated TimeStamp or a new JSON file created.
8282

83-
### How do I use NSG Flow Logs with Service Endpoints for storage?
83+
### How do I use NSG Flow Logs with a Storage account behind a Service Endpoint?
8484

85-
Please see the [tutorial on enabling Service Endpoints](https://docs.microsoft.com/azure/virtual-network/tutorial-restrict-network-access-to-resources#enable-a-service-endpoint).
85+
NSG Flow Logs are compantible with Service Endpoints without requiring any extra configuration. Please see the [tutorial on enabling Service Endpoints](https://docs.microsoft.com/azure/virtual-network/tutorial-restrict-network-access-to-resources#enable-a-service-endpoint) in your virtual network.
8686

8787

8888
### What is the difference between flow logs versions 1 & 2?

0 commit comments

Comments
 (0)