Private Endpoints
This was one of the best discoveries I made during this project. This makes routing traffic between on-prem and your Azure VNets a simple operation. The Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. This Endpoint creates a private IP address and DNS record, effectively making the Azure service,Azure Storage, Azure Cosmos DB, SQL, etc, run as if it were just a resource in the VNet. The service could be an Azure service such as Azure Storage, Azure Cosmos DB, SQL, etc. Proving Azure networking is ahead of the rest. Let’s get into it.
This is the final piece of the lab concerned with the Azure networking. The rest covers Veeam Azure Appliance configuration. Through this excercise, the configuration of the endpoint is partnered with some verification through use of ping. So, you will be utilizing Putty to access your VM, and the ping command. Hope you enjoy.
FIrst off we are going to ping the Storage Account. If you did not save the Storage account information before. Return to the blog on Sotrage configuration for the instructions.
Ping the Storage Account
Get your Blob FQDN from your spreadsheet
Return to your Putty Session Type Ping and Paste/Type the Blob Service Name
Now add a Private Link
Configuring the Private Endpoint
THat compeltes the process. Very simple, but very powerful. This is the point, and in my opinion, a must have for hybrid datacenters. The next steps will deal with the Veeam Backup Appliance. I will add 1 more Azure piece here on how to setup Application Regstratuions. That will basically conclude this Azure lab posting. This doesnt stop the Azure posts- I will begin to add more that deal with these concepts outside of the context of this lab. The Veeam Backup Applaince posts will be added to the Veeam specific page. I hope you will check them out.