Azure / data-management-zone

Template to deploy the Data Management Zone of Cloud Scale Analytics (former Enterprise-Scale Analytics). The Data Management Zone provides data governance and management capabilities for the data platform of an organization.
MIT License
169 stars 87 forks source link

Added guidance on enrolling to Intune for Jumpbox VM in case of corporate policy requirement #264

Closed mariekekortsmit closed 2 years ago

mariekekortsmit commented 2 years ago

Added guidance on a private jumpbox VM in case of conditional access policies on trusted devices/Intune to DataManagementAnalytics-ConnectToEnvironmentsPrivately.md

Summary of the Pull Request

Added guidance on a private jumpbox VM in case of conditional access policies on trusted devices/Intune. Recommended approach is to deploy the VM in your own subscription because of security concerns if you'd put it in a shared subscription. Putting it in your own subscription leads to some additional steps of vnet peering, route table creation, etc. All of which are described in this PR.

References

PR Checklist

Validation Steps Performed