Cross Subscription issue

Seetha Yanamandra (OSV) 0 Reputation points
2024-10-02T14:38:25.6366667+00:00

Hi,

We are trying to find out whether there is a cross subscription issue arises when we communicate from a resource with another resource which is under a different subscription.

The ex scenario:

A spring boot java application using Azure Loganalytics / ADX Rest API, deployed in a region - East US in an AKS cluster using "x" subscription, connect to a LAW or ADX resource which is created using a "y" subscription.

Thank you.

Regards

Seetha Yanamandra

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,138 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
126 questions
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 18,130 Reputation points
    2024-10-02T14:55:12.5466667+00:00

    Yes, Azure allows cross-subscription access between resources.

    You will need to ensure authentication, netwroking and RBAC is set up properly. You could consider using VNet peering or private endpoints between different subscriptions.

    See: https://learn.microsoft.com/en-us/azure/virtual-network/create-peering-different-subscriptions?tabs=create-peering-portal

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

Your answer

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