Need data to reside ion Brazil

Dennis Pedini 0 Reputation points
2026-05-26T22:43:10.17+00:00

We need to have our data reside in Brazil.

Dear all, good morning.

We are informing the oil and natural gas operators responsible for transmitting BMP-Campo, BMP-UEP, and DAPE information that, due to the implementation of new security layers in our technology environment, access by foreign servers to the web service of the Espírito Santo State Department of Finance (SEFAZ-ES) has been restricted as of April 2026.

Therefore, in order to effectively transmit the files, it is necessary to use a national server, meaning hosting or infrastructure located in Brazil, to send the files to the web service.

We emphasize that operators who were unable to send the files for the 03/2026 reporting period by the deadline must submit them retroactively as soon as possible.

We remain available for any clarifications and support in regularizing the submission.

Sincerely,

Azure Files
Azure Files

An Azure service that offers file shares in the cloud.


2 answers

Sort by: Newest
  1. kagiyama yutaka 5,410 Reputation points
    2026-05-27T04:26:12.7166667+00:00

    I think Azure keeps data in the region u pick, and Azure Files stays in the region of its storage account. So when the storage account and the sending VM/Function are both in a Brazil region with LRS or ZRS, the data stays in Brazil and the outbound traffic comes from Brazil.

    Was this answer helpful?

    0 comments No comments

  2. Vallepu Venkateswarlu 10,590 Reputation points Microsoft External Staff Moderator
    2026-05-27T00:33:01.9633333+00:00

    Hi Dennis Pedini,

    Welcome to Microsoft Q&A Platform

    To keep your integration service and data entirely in Brazil (so SEFAZ-ES will accept your files), you’ll want to:

    Deploy your compute in the Brazil South region

    • Any VM, App Service, Functions, AKS node pool, etc., you spin up in “Brazil South” will run from Brazilian datacenters and use Brazilian IPs.
    • If you need a static outbound IP for your web service calls, front your VNet with a NAT Gateway (or reserve a Public IP on your VM/App Service Environment) in Brazil South.

    Use regional-only storage options

    • For Azure Storage accounts, pick LRS or ZRS replication so your blobs/files stay at rest within Brazil. Avoid GRS/RA-GRS because that geo-replicates to the paired region (which for Brazil South is outside Brazil).
    • If you need file shares (SMB/NFS), create them in the Brazil South storage account and mount them from your Brazil-deployed compute.

    Keep any downstream databases or resources in the same region

    • Azure SQL Database active geo-replication can replicate outside Brazil, so don’t enable it unless it’s another Brazil South secondary.
    • Likewise, any cache, Key Vault, or supporting resource should live in Brazil South.

    Confirm no hidden cross-region fallbacks

    • Some non-regional services (like Microsoft Entra ID) may store metadata outside your region—just be aware that identity tokens might traverse beyond Brazil, though your payloads (the files you’re sending) stay local.

    Once everything is running in Brazil South with regional-only redundancy, your outbound calls to SEFAZ-ES will originate from a Brazilian IP and your data at rest will be confined to Brazil’s boundaries.

    If the above steps did not help resolve your issue, please feel free to share the details in a private message so we can proceed with further troubleshooting over a Teams call. I am happy to connect with you on Teams to investigate and resolve the issue.

    Reference:

    Azure for secure worldwide public sector cloud adoption – Data residency

    Data locations for Azure DevOps

    Region availability for Oracle AI Database@Azure (shows Brazil South & Southeast regions)

    Introduction to Azure Storage (replication options & regional considerations)

    Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, **this can be beneficial to other community members.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.