ezYakaEagle442 / aro-prv-acr

ARO Private Cluster integration with Registry Private-Endpoint
MIT License
2 stars 0 forks source link

Could you provide examples of the variable inputs for creating azure storage private endpoints? #1

Open CarlosOnline opened 3 years ago

CarlosOnline commented 3 years ago

Thanks for creating this page. This is soo much better than what Microsoft provides. Not providing a better example makes it harder for everyone.

https://github.com/ezYakaEagle442/aro-prv-acr/blob/master/setup-storage.md

$vnet_name = ""
$rg_name = ""
$storage_private_dns_link_name = ""
$storage_bastion_private_dns_link_name = ""
$str_acc_id = ""
$storage_private_endpoint_name = ""
$storage_bastion_private_endpoint_svc_con_name
$vnet_bastion_name = ""
$storage_bastion_private_endpoint_name = ""
$subnet_bastion_name = ""
$rg_bastion_name = ""
$bastion_subnet_id = ""
ezYakaEagle442 commented 3 years ago

@CarlosOnline thank you for your feedback ! vars are set at https://github.com/ezYakaEagle442/aro-prv-acr/blob/master/set-var.md + local vars at https://github.com/ezYakaEagle442/aro-prv-acr/blob/master/setup-storage.md