As the question reports, I was wondering if there is a way to emulate resources hosted in a non public Azure Cloud (ex. Gov Azure, Germany Azure, China Azure, ...)
I've found out Azurite (https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio) but it seems related to public Cloud, and in particular to storage account.
I ask this because sometimes I've code application which run without any issues in public cloud environment but it breaks on other non cloud env (for example issue with authentication using Managed Identity because maybe the Authority is missing and things like that) and since I've not access to such environments, a way to emulate that and run some integration tests around that would be very useful.
Thanks