Azure Face AI || Service Availablity

Ankit Rathod 411 Reputation points

i want to automated user photo tagging solution using Azure AI Face Recognition, while ensuring full compliance with regional data residency and government regulations.

following is the use case

  1. Automatically tag User photos in a 3rd party DAM system or Azure Blob in local region with metadata (e.g., User ID, Name, Dept).
  2. Process images securely within local Azure datacenters to comply with local data laws.

Note.: Azure Face AI detection service is not available in the indented region, which is UAE North, and as per the regulation the photos cant be send to other region for as storage.

  1. Anonymous

    Hi Ankit Rathod ,

    Here are the answers to your queries:

    Automatically tag user photos in a 3rd party DAM system or Azure Blob in the local region with metadata (e.g., User ID, Name, Dept):

    You cannot leverage the default Face API to automatically tag user photos with usernames and departments. Instead, you need to train an image dataset with input features such as User ID, Name, and Dept as tags, and then evaluate it with a test dataset.  For more information, please refer to image classification with Custom Vision.  Custom Vision Service.     

    Regarding Data privacy and compliance with respect to local data compliance
    Azure Provided Data Encryption at Rest, you can save the data in UAE central to stay compliant. we can add security through virtual network and proper RBAC rules. Those can be also mandated using Azure Policy.  

    Reference - Data privacy and Security,  Azure Policies

    Thanks

  2. Anonymous

    Hi Ankit Rathod

    Did you get any chance to check the response.

    Thank you!


Sign in to comment

Answer accepted by question author

Gowtham CP 7,960 Reputation points Volunteer Moderator

Hey Ankit Rathod ,

Thanks for your question on Microsoft Q&A!

Since Azure Face AI isn’t available in UAE North and you can’t send data outside due to regulations, you can still achieve your photo tagging goal. Use Azure Machine Learning, which is available in UAE North, to build a custom face recognition model. Collect user photos with metadata (User ID, Name, Dept), train the model in Azure Machine Learning, and deploy it locally to tag images in your DAM system or Azure Blob. This keeps all processing within UAE North, complying with data laws. Alternatively, Azure AI Vision can detect faces but won’t identify users, so you’d need extra steps for tagging.

Hope this helps! If it’s what you needed, please upvote and mark as accepted to close the thread. Thanks!

References:

  1. Anonymous

    Hi Ankit Rathod

    Just checking in to see if the above answer provided by @Gowtham CP  helped.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Thank you


Sign in to comment

0 additional answers

Sign in to answer

Your answer