nerdexam
Microsoft

AZ-204 · Question #39

You host an on-premises ASP.NET Web API at the company headquarters. The Web API is consumed by applications running at the company's branch offices using the Azure Relay service. All the users of the

The correct answer is D. Create a Shared Access policy for the namespace. Use a connection string in Web API and use a. To begin using Service Bus messaging entities in Azure, you must first create a namespace with a name that is unique across Azure. A namespace provides a scoping container for addressing Service Bus resources within your application. When you publish an application through Azure

Submitted by lars.no· Mar 30, 2026Connect to and consume Azure services and third-party services

Question

You host an on-premises ASP.NET Web API at the company headquarters. The Web API is consumed by applications running at the company's branch offices using the Azure Relay service. All the users of the applications are on the same Azure Active Directory (Azure AD). You need to ensure that the applications can consume the Web API. What should you do?

Options

  • ACreate a Shared Access policy for Send permissions and another for Receive permissions.
  • BCreate separate Azure AD groups named Senders and Receivers. In Access Control (IAM) for
  • CCreate dedicated Azure AD identities named Sender and Receiver. Assign Sender the Azure AD
  • DCreate a Shared Access policy for the namespace. Use a connection string in Web API and use a

How the community answered

(25 responses)
  • A
    16% (4)
  • B
    4% (1)
  • C
    8% (2)
  • D
    72% (18)

Explanation

To begin using Service Bus messaging entities in Azure, you must first create a namespace with a name that is unique across Azure. A namespace provides a scoping container for addressing Service Bus resources within your application. When you publish an application through Azure Active Directory Application Proxy, you create an external URL for your users to go to when they're working remotely. This URL gets the default domain yourtenant.msappproxy.net. https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/application-proxy- configure-custom-domain

Topics

#Azure Relay#Shared Access Signature#hybrid connectivity#on-premises integration

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice