From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Using service endpoints - Azure Tutorial
From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Using service endpoints
- [Speaker] Many services in Azure are exposed via a public address or URL. So example, services include storage, Azure, SQL and CosmosDB. Even if your application is running on a VM connected to a VNET, communication to the default endpoint will actually be via that public address. Now, each of these services have local firewall settings so you can control the source, however, the more secure option is to actually ensure traffic only originates from within your local VNET. This can include virtual machines connected to a VNET, or even web apps and function apps because they can be connected to VNET using VNET integration. However, this isn't the default behavior and it's something that must be configured. The service that allows us to do this is called Service Endpoints, and Service Endpoints provide direct and secure access from one Azure service to another over the Azure Backbone Network. Internally, the…