Local development with Azure Services, specifically Azure AD

Wayne Gibson 26 Reputation points
2021-10-06T12:40:18.773+00:00

Hi,
For local development of AWS services with Java services, for which I currently use https://github.com/localstack/localstack.

But I'm now looking for something similar for Azure AD, but as of yet haven't come across anything. Has anybody come across anything that could be used ?

Thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,485 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,781 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,333 questions
{count} votes

1 answer

Sort by: Most helpful
  1. BhargaviAnnadevara-MSFT 5,446 Reputation points
    2021-10-13T05:04:19.827+00:00

    @Wayne Gibson AFAIK, there isn't a LocalStack equivalent for Azure, but there are emulators/tools for specific Azure services that let you simulate the experience for local development and testing.

    For example, there is Azure Storage Emulator for Azure Blob, Queue and Table services, and Azure Functions Core Tools for running and debugging Azure Functions locally. Here is a related thread that discusses similar ideas.

    ----------

    If an answer is helpful, please "Accept answer" and/or "Up-Vote" which might help other community members reading this thread.