A citizen portal must stay reachable on the internet, but its backend storage should not be. How should endpoint types be chosen for those two pieces?
Select an answer to reveal the explanation.
Short Explanation
Front door for citizens can stay public; the storage vault behind it should go private. Match endpoint type to who should reach the service. Exposure need drives the choice.
Full Explanation
Endpoint selection follows exposure requirements: internet-facing workloads may use public endpoints, while backend data services often use private endpoints so traffic stays on the private network. Fundamentals items test choosing public versus private endpoints by whether the service should be internet-reachable.