Skip to content

HolgerReiners/Azure-Manage-ServiceTagUDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Azure-Manage-ServiceTagUDR

Update Notice

Service Tags for user-defined routes will be a feature in Azure. Please checkout the docs. https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview

purpose

Manage Azure Service Tags in Azure User-Defined Routes (UDR)

It can add for a specific Azure service tag the IP ranges from the JSON file into the UDR (ServiceTagUDR). It can remove for a specific Azure service tag the IP route from the UDR (ServiceTagUDR). every ServiceTagUDR be in the naming format

route name will be formated as: < prefix >-< cloud >-< serviceTag >-< serviceTagChangeNr >-< routeNumber >-< date of update >

prerequisites

input

  • cloudEnv [mandatory] - cloud environment information to use ['Public','USGov','China','Germany']
  • serviceTag [mandatory] - ServiceTag to use for the operation, as defined in the Azure Service Tag JSON
  • operation [mandatory] - management action of service tag IPs on the UDR [add or remove]
  • resourceGroup [mandatory] - resource group name, where the route table exist
  • routeTableName [mandatory] - route table to operate, must exist before. will not be created
  • routePrefix [optional] - route prefix, default 'STUDR' (service tag user defined route)

output

updated UDR in the Azure cloud environment

additional information:

Azure Service Tag Download URLs (2020 03)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published