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
Question
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)- A16% (4)
- B4% (1)
- C8% (2)
- D72% (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
Community Discussion
No community discussion yet for this question.