Forum Discussion

Nikoolayy1's avatar
Jun 20, 2022
Solved

F5 Data Guard and Microsoft Azure Information Protection (AIP)

As the F5 Data Guard can match of words or regex patterns it should have no issue matching the Microsoft Azure Information Protection (AIP) labels as they are strings in the file's body like "" . Can...
  • Lior_Rotkovitch's avatar
    Jun 20, 2022

    Try Custom Patterns: 

    MSIP_Label_\w{8}-\w{4}-\w{4}-\w{4}-\w{12}_(Enabled|SiteId|ActionId|Method|SetDate|Name|ContentBits)

    note: I didn't fully test it, It should work fine. if not please let me know.