BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning Microsoft Azure Infrastructure Solutions (AZ-305)Quick Note — Recommend a Solution for Authorizing Access to On-Premises Resources
LO Quick Note844 words

Quick Note — Recommend a Solution for Authorizing Access to On-Premises Resources

AZ-305 › Unit 1: Design identity, governance, and monitoring solutions › Design authentication and authorization solutions › Recommend a solution for authorizing access to on-premises resources

Quick Note — Recommend a Solution for Authorizing Access to On-Premises Resources

Organizations rarely enjoy a greenfield cloud environment. Decades of on-premises investment — SharePoint, SAP, Oracle EBS, custom line-of-business web apps, Windows file shares — anchor identity to Active Directory. When users shift to remote work, mobile devices, and SaaS, the architect's question becomes: how do we let an Entra ID-authenticated user reach a Kerberos-only app sitting on a Windows Server in the Toronto datacentre, without giving everyone a VPN and opening the attack surface wide?

Retrieval target

Objective
Recommend a Solution for Authorizing Access to On-Premises Resources
Mode
Closed-book recall
Target time
5 minutes
Escalation
Open the full lesson after a miss

Decision anchors

PromptCompact answer
Entra ID Application ProxyAn Entra ID feature that publishes on-prem web apps to the internet through an outbound reverse-proxy connection. Users hit a *.msappproxy.net URL, authenticate to Entra ID, and Entra forwards the request to the on-prem app. No inbound firewall hole, no VPN, and Conditional Access applies — same controls as cloud apps.
Application Proxy connectorA lightweight Windows service installed inside the on-prem network that makes only outbound connections to Entra's App Proxy service. It receives forwarded user requests, talks to the on-prem app, and returns the response. Deploy two or more per connector group for HA. Connector groups also let you route different apps to different sites or DMZs.
Pre-authentication (App Proxy)App Proxy can authenticate the user at Entra ID before forwarding the request (mode: Entra ID pre-auth) or pass the request through to the on-prem app to authenticate (mode: Passthrough). Pre-auth is strongly preferred — it lets you apply MFA and Conditional Access, blocks unauthenticated scanners, and is required for SSO modes to work.
Enterprise application (Entra ID)The service-principal-backed entry in your tenant for any app you've integrated for SSO and provisioning — gallery SaaS, custom-developed, or on-prem (via App Proxy). Per-app you can assign users / groups, configure SSO mode, enable SCIM provisioning, attach Conditional Access policies, and view sign-in logs. Distinct from the global application object created via app registration.

Read the answers once, then cover the right-hand column and reconstruct each one from the prompt. A useful answer names the requirement, the recommended control or service boundary, and the nearest alternative it rejects. If you can only recognize the answer after seeing it, retrieval is not yet secure.

Turn recall into an architecture answer

For recommend a solution for authorizing access to on-premises resources, state: choose X because constraints A and B apply; reject Y because it fails C; validate with evidence D.

Ninety-second explanation

Without notes, explain:

  1. What requirement signals this learning objective rather than a neighbouring one?
  2. Which two solution families are most likely to be compared?
  3. Which hard constraint eliminates the strongest distractor?
  4. What identity, network, data, or failure boundary must appear in the design?
  5. Which operational test would prove the recommendation works?

Then compare your explanation with the full lesson. Record the missing decision rule—not merely the missed product name—in your error log.

Loading flashcards…

When to open the full lesson

Open the curriculum-linked lesson when you cannot explain a comparison, when a scenario depends on a numeric limit or SKU feature, or when the service is on a retirement path. Use current Microsoft Learn documentation for availability, limits, pricing, naming, and migration milestones; the quick note is intentionally compact.

Source and freshness

Derived from the linked AZ-305 lesson and retrieval deck, grounded in both attached course sources. Reviewed 2026-08-02. Current Microsoft documentation controls changing product contracts.

All Designing Microsoft Azure Infrastructure Solutions (AZ-305) Study Resources

Related Notes

  • Recommend a Solution for Authorizing Access to On-Premises Resources — Lesson4,810 words
  • AZ-305 Exam Map and Design Decision Playbook652 words
  • Unit 1 Capstone — Design identity, governance, and monitoring solutions668 words
  • Unit 1 Roadmap — Design identity, governance, and monitoring solutions639 words
  • Cram Sheet — Design authentication and authorization solutions632 words
  • Design Authentication and Authorization Solutions — Lesson4,263 words
  • Design Studio — Design authentication and authorization solutions734 words
  • Quick Note — Recommend an Authentication Solution758 words
  • Recommend an Authentication Solution — Lesson4,868 words
  • Quick Note — Recommend an Identity Management Solution796 words
  • Recommend an Identity Management Solution — Lesson5,982 words
  • Quick Note — Recommend a Solution for Authorizing Access to Azure Resources745 words

Ready to study Designing Microsoft Azure Infrastructure Solutions (AZ-305)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Designing Microsoft Azure Infrastructure Solutions (AZ-305)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Designing Microsoft Azure Infrastructure Solutions (AZ-305) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Recommend a Solution for Authorizing Access to On-Premises Resources — quick retrieval

Card 1 of 4

Front of flashcard 1 of 4

Entra ID Application Proxy

easy

An Entra ID feature that publishes on-prem web apps to the internet through an outbound reverse-proxy connection. Users hit a *.msappproxy.net URL, authenticate to Entra ID, and Entra forwards the request to the on-prem app. No inbound firewall hole, no VPN, and Conditional Access applies — same controls as cloud apps.

application-proxyon-premises

Recommend a Solution for Authorizing Access to On-Premises Resources — quick retrieval

Card 1

Front

Entra ID Application Proxy

Back

An Entra ID feature that publishes on-prem web apps to the internet through an outbound reverse-proxy connection. Users hit a *.msappproxy.net URL, authenticate to Entra ID, and Entra forwards the request to the on-prem app. No inbound firewall hole, no VPN, and Conditional Access applies — same controls as cloud apps.

Card 2

Front

Application Proxy connector

Back

A lightweight Windows service installed inside the on-prem network that makes only outbound connections to Entra's App Proxy service. It receives forwarded user requests, talks to the on-prem app, and returns the response. Deploy two or more per connector group for HA. Connector groups also let you route different apps to different sites or DMZs.

Card 3

Front

Pre-authentication (App Proxy)

Back

App Proxy can authenticate the user at Entra ID before forwarding the request (mode: Entra ID pre-auth) or pass the request through to the on-prem app to authenticate (mode: Passthrough). Pre-auth is strongly preferred — it lets you apply MFA and Conditional Access, blocks unauthenticated scanners, and is required for SSO modes to work.

Card 4

Front

Enterprise application (Entra ID)

Back

The service-principal-backed entry in your tenant for any app you've integrated for SSO and provisioning — gallery SaaS, custom-developed, or on-prem (via App Proxy). Per-app you can assign users / groups, configure SSO mode, enable SCIM provisioning, attach Conditional Access policies, and view sign-in logs. Distinct from the global application object created via app registration.

Recommend a Solution for Authorizing Access to On-Premises Resources — quick retrieval

Card 1

Front

Entra ID Application Proxy

Back

An Entra ID feature that publishes on-prem web apps to the internet through an outbound reverse-proxy connection. Users hit a *.msappproxy.net URL, authenticate to Entra ID, and Entra forwards the request to the on-prem app. No inbound firewall hole, no VPN, and Conditional Access applies — same controls as cloud apps.

Card 2

Front

Application Proxy connector

Back

A lightweight Windows service installed inside the on-prem network that makes only outbound connections to Entra's App Proxy service. It receives forwarded user requests, talks to the on-prem app, and returns the response. Deploy two or more per connector group for HA. Connector groups also let you route different apps to different sites or DMZs.

Card 3

Front

Pre-authentication (App Proxy)

Back

App Proxy can authenticate the user at Entra ID before forwarding the request (mode: Entra ID pre-auth) or pass the request through to the on-prem app to authenticate (mode: Passthrough). Pre-auth is strongly preferred — it lets you apply MFA and Conditional Access, blocks unauthenticated scanners, and is required for SSO modes to work.

Card 4

Front

Enterprise application (Entra ID)

Back

The service-principal-backed entry in your tenant for any app you've integrated for SSO and provisioning — gallery SaaS, custom-developed, or on-prem (via App Proxy). Per-app you can assign users / groups, configure SSO mode, enable SCIM provisioning, attach Conditional Access policies, and view sign-in logs. Distinct from the global application object created via app registration.