Skip to content

da5is/azureml-dns-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureML DNS Check

Synopsis

This Python script queries an AzureML resource to determine the storage account, the KeyVault, and the Azure Container Registry associated to the resource. It then generates the DNS names associated with each of the resources and resolves them via DNS to determine if they are being resolved as public addresses (Internet-facing) or private addresses (Private Endpoint implementations). Finally, it will output a series of nslookup commands that can be copied and pasted into terminals on machines that may be having trouble accesses the AzureML resource.

Requirements

This has been tested on Python 3.9.13 with the following modules:

  • azure-cli
  • tabulate
  • argparse

Example Usage

python check-dns-configuration.py -s SUBSCRIPTIONGUID -g RESOURCEGROUPNAME -n AZUREMLRESOURCENAME

Screenshots

Public Deployment

image

Private Deployment

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages