|
2 | 2 | title: Azure Blob Storage as Event Grid source
|
3 | 3 | description: Describes the properties that are provided for blob storage events with Azure Event Grid
|
4 | 4 | ms.topic: conceptual
|
5 |
| -ms.date: 12/02/2022 |
| 5 | +ms.date: 01/10/2024 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Azure Blob Storage as an Event Grid source
|
@@ -642,7 +642,7 @@ If the blob storage account uses SFTP to create or overwrite a blob, then the da
|
642 | 642 |
|
643 | 643 | * The `data.api` key is set to the string `SftpCreate` or `SftpCommit`.
|
644 | 644 |
|
645 |
| -* The `clientRequestId` key is not included. |
| 645 | +* The `clientRequestId` key isn't included. |
646 | 646 |
|
647 | 647 | * The `contentType` key is set to `application/octet-stream`.
|
648 | 648 |
|
@@ -689,7 +689,7 @@ If the blob storage account uses SFTP to delete a blob, then the data looks simi
|
689 | 689 |
|
690 | 690 | * The `data.api` key is set to the string `SftpRemove`.
|
691 | 691 |
|
692 |
| -* The `clientRequestId` key is not included. |
| 692 | +* The `clientRequestId` key isn't included. |
693 | 693 |
|
694 | 694 | * The `contentType` key is set to `application/octet-stream`.
|
695 | 695 |
|
@@ -726,7 +726,7 @@ If the blob storage account uses SFTP to rename a blob, then the data looks simi
|
726 | 726 |
|
727 | 727 | * The `data.api` key is set to the string `SftpRename`.
|
728 | 728 |
|
729 |
| -* The `clientRequestId` key is not included. |
| 729 | +* The `clientRequestId` key isn't included. |
730 | 730 |
|
731 | 731 | * The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
|
732 | 732 |
|
@@ -761,7 +761,7 @@ If the blob storage account uses SFTP to create a directory, then the data looks
|
761 | 761 |
|
762 | 762 | * The `data.api` key is set to the string `SftpMakeDir`.
|
763 | 763 |
|
764 |
| -* The `clientRequestId` key is not included. |
| 764 | +* The `clientRequestId` key isn't included. |
765 | 765 |
|
766 | 766 | * The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
|
767 | 767 |
|
@@ -794,7 +794,7 @@ If the blob storage account uses SFTP to rename a directory, then the data looks
|
794 | 794 |
|
795 | 795 | * The `data.api` key is set to the string `SftpRename`.
|
796 | 796 |
|
797 |
| -* The `clientRequestId` key is not included. |
| 797 | +* The `clientRequestId` key isn't included. |
798 | 798 |
|
799 | 799 | * The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
|
800 | 800 |
|
@@ -828,7 +828,7 @@ If the blob storage account uses SFTP to delete a directory, then the data looks
|
828 | 828 |
|
829 | 829 | * The `data.api` key is set to the string `SftpRemoveDir`.
|
830 | 830 |
|
831 |
| -* The `clientRequestId` key is not included. |
| 831 | +* The `clientRequestId` key isn't included. |
832 | 832 |
|
833 | 833 | * The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
|
834 | 834 |
|
@@ -866,7 +866,7 @@ If the blob storage account uses SFTP to create or overwrite a blob, then the da
|
866 | 866 |
|
867 | 867 | * The `data.api` key is set to the string `SftpCreate` or `SftpCommit`.
|
868 | 868 |
|
869 |
| -* The `clientRequestId` key is not included. |
| 869 | +* The `clientRequestId` key isn't included. |
870 | 870 |
|
871 | 871 | * The `contentType` key is set to `application/octet-stream`.
|
872 | 872 |
|
@@ -912,7 +912,7 @@ If the blob storage account uses SFTP to delete a blob, then the data looks simi
|
912 | 912 |
|
913 | 913 | * The `data.api` key is set to the string `SftpRemove`.
|
914 | 914 |
|
915 |
| -* The `clientRequestId` key is not included. |
| 915 | +* The `clientRequestId` key isn't included. |
916 | 916 |
|
917 | 917 | * The `contentType` key is set to `application/octet-stream`.
|
918 | 918 |
|
@@ -948,7 +948,7 @@ If the blob storage account uses SFTP to rename a blob, then the data looks simi
|
948 | 948 |
|
949 | 949 | * The `data.api` key is set to the string `SftpRename`.
|
950 | 950 |
|
951 |
| -* The `clientRequestId` key is not included. |
| 951 | +* The `clientRequestId` key isn't included. |
952 | 952 |
|
953 | 953 | * The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
|
954 | 954 |
|
@@ -982,7 +982,7 @@ If the blob storage account uses SFTP to create a directory, then the data looks
|
982 | 982 |
|
983 | 983 | * The `data.api` key is set to the string `SftpMakeDir`.
|
984 | 984 |
|
985 |
| -* The `clientRequestId` key is not included. |
| 985 | +* The `clientRequestId` key isn't included. |
986 | 986 |
|
987 | 987 | * The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
|
988 | 988 |
|
@@ -1014,7 +1014,7 @@ If the blob storage account uses SFTP to rename a directory, then the data looks
|
1014 | 1014 |
|
1015 | 1015 | * The `data.api` key is set to the string `SftpRename`.
|
1016 | 1016 |
|
1017 |
| -* The `clientRequestId` key is not included. |
| 1017 | +* The `clientRequestId` key isn't included. |
1018 | 1018 |
|
1019 | 1019 | * The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
|
1020 | 1020 |
|
@@ -1047,7 +1047,7 @@ If the blob storage account uses SFTP to delete a directory, then the data looks
|
1047 | 1047 |
|
1048 | 1048 | * The `data.api` key is set to the string `SftpRemoveDir`.
|
1049 | 1049 |
|
1050 |
| -* The `clientRequestId` key is not included. |
| 1050 | +* The `clientRequestId` key isn't included. |
1051 | 1051 |
|
1052 | 1052 | * The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
|
1053 | 1053 |
|
@@ -1082,7 +1082,7 @@ These events are triggered when the actions defined by a policy are performed.
|
1082 | 1082 |
|
1083 | 1083 | |Event name |Description|
|
1084 | 1084 | |----------|-----------|
|
1085 |
| - | [Microsoft.Storage.BlobInventoryPolicyCompleted](#microsoftstorageblobinventorypolicycompleted-event) |Triggered when the inventory run completes for a rule that is defined an inventory policy. This event also occurs if the inventory run fails with a user error before it starts to run. For example, an invalid policy, or an error that occurs when a destination container is not present will trigger the event. | |
| 1085 | + | [Microsoft.Storage.BlobInventoryPolicyCompleted](#microsoftstorageblobinventorypolicycompleted-event) |Triggered when the inventory run completes for a rule that is defined an inventory policy. This event also occurs if the inventory run fails with a user error before it starts to run. For example, an invalid policy, or an error that occurs when a destination container isn't present will trigger the event. | |
1086 | 1086 | | [Microsoft.Storage.LifecyclePolicyCompleted](#microsoftstoragelifecyclepolicycompleted-event) |Triggered when the actions defined by a lifecycle management policy are performed. |
|
1087 | 1087 |
|
1088 | 1088 | ### Example events
|
|
0 commit comments