{"id":27254992,"url":"https://github.com/markusmeyer13/azure-vnet-peering","last_synced_at":"2026-05-01T03:33:26.404Z","repository":{"id":168225284,"uuid":"326390500","full_name":"MarkusMeyer13/Azure-VNet-Peering","owner":"MarkusMeyer13","description":"Creates an Azure Environment with two peered VNets.","archived":false,"fork":false,"pushed_at":"2021-04-20T07:16:14.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T12:09:28.480Z","etag":null,"topics":["azure","peering","vnet"],"latest_commit_sha":null,"homepage":"https://dev.to/markusmeyer13/azure-vnet-peering-29mm","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarkusMeyer13.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-03T11:25:13.000Z","updated_at":"2021-01-07T04:03:37.000Z","dependencies_parsed_at":"2023-06-08T08:00:07.388Z","dependency_job_id":null,"html_url":"https://github.com/MarkusMeyer13/Azure-VNet-Peering","commit_stats":null,"previous_names":["markusmeyer13/azure-vnet-peering"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarkusMeyer13/Azure-VNet-Peering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkusMeyer13%2FAzure-VNet-Peering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkusMeyer13%2FAzure-VNet-Peering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkusMeyer13%2FAzure-VNet-Peering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkusMeyer13%2FAzure-VNet-Peering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarkusMeyer13","download_url":"https://codeload.github.com/MarkusMeyer13/Azure-VNet-Peering/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkusMeyer13%2FAzure-VNet-Peering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32484352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","peering","vnet"],"created_at":"2025-04-11T02:18:24.815Z","updated_at":"2026-05-01T03:33:26.384Z","avatar_url":"https://github.com/MarkusMeyer13.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VNET Peering\n\nPlease find more information here on [Dev.To](https://dev.to/markusmeyer13/azure-vnet-peering-29mm)\n\n## 1 Prerequisites\n\n### 1.1 WSL 2 Ubuntu\n\n[https://github.com/Azure/azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools)\n[https://docs.microsoft.com/en-us/dotnet/core/install/linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux)\n[https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu](https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu)\n\n[https://www.c-sharpcorner.com/article/hello-world-net-core-on-linux/](https://www.c-sharpcorner.com/article/hello-world-net-core-on-linux/)\n\nsudo apt-get install jq\n\n## 2 Configure settings\n\n### 2.1 deploy-functions.sh\n\nSpecify values values for:  \n*app_cloud*  \n*app_on_premise*  \n\n### 2.2 deploy-vms.sh\n\nSet *username* and *password*.\n\nSpecify values for Vnets:  \n*vnet_cloud_name*  \n*vnet_cloud_subnet_name*  \n*vnet_on_premise_name*  \n*vnet_on_premise_subnet_name*  \n\n### 2.3 deploy.sh\n\nSpecify values values for:  \n*resource_group*  \n*location*  \n\n## 3 Deployment\n\nDeploy Azure resources, Function Apps and VMs:\n\n```bash\nbash deploy.sh\n```\nDeploy only Azure resources:\n\n[![Deploy To Azure](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.svg?sanitize=true)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FMarkusMeyer13%2FAzure-VNet-Peering%2Fmaster%2Fazuredeploy.json)  [![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.svg?sanitize=true)](http://armviz.io/#/?load=https%3A%2F%2raw.githubusercontent.com%2FMarkusMeyer13%2FAzure-VNet-Peering%2Fmaster%2Fazuredeploy.json)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusmeyer13%2Fazure-vnet-peering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkusmeyer13%2Fazure-vnet-peering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusmeyer13%2Fazure-vnet-peering/lists"}