{"id":18676183,"url":"https://github.com/foospidy/makeazurevm","last_synced_at":"2026-04-19T14:32:00.604Z","repository":{"id":75133560,"uuid":"101765142","full_name":"foospidy/MakeAzureVM","owner":"foospidy","description":"Make a Linux (Ubuntu) based Azure VM!","archived":false,"fork":false,"pushed_at":"2017-09-26T20:13:32.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T12:36:33.754Z","etag":null,"topics":["azure","debian","ubuntu","virtual-machine"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foospidy.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}},"created_at":"2017-08-29T13:34:55.000Z","updated_at":"2017-09-06T15:34:03.000Z","dependencies_parsed_at":"2023-06-05T11:15:29.687Z","dependency_job_id":null,"html_url":"https://github.com/foospidy/MakeAzureVM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/foospidy/MakeAzureVM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foospidy%2FMakeAzureVM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foospidy%2FMakeAzureVM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foospidy%2FMakeAzureVM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foospidy%2FMakeAzureVM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foospidy","download_url":"https://codeload.github.com/foospidy/MakeAzureVM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foospidy%2FMakeAzureVM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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","debian","ubuntu","virtual-machine"],"created_at":"2024-11-07T09:28:03.671Z","updated_at":"2026-04-19T14:32:00.567Z","avatar_url":"https://github.com/foospidy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MakeAzureVM\nMake a Linux (Ubuntu) based Azure VM!\n\n# Prerequisites\n\n1. [Install Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli#install-on-debianubuntu-with-apt-get)\n\n# Instructions\n\nCreate VHD to be used for creating new VMs.\n\n1. `./make_vm_from_azure_image.sh \u003cprefix\u003e [location]` This step will create the VM with the `cloud-init.txt` file.\n2. SSH into VM and customize (if needed).\n3. `./make_image_from_vm.sh \u003cprefix\u003e [location]`\n4. `./make_vhd_from_image.sh \u003cprefix\u003e [location]`\n\nCreate VM from VHD.\n\n1. `./make_image_from_vhd.sh \u003cprefix\u003e \u003cnew-prefix\u003e [location]`\n2. `./make_vm_from_vhd.sh \u003cprefix\u003e \u003cnew-prefix\u003e [location]` This step will create the VM with the `cloud-init.txt` file.\n\n# References\n\n## VM Setup\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/capture-image?toc=%2Fazure%2Fvirtual-machines%2Flinux%2Ftoc.json\n- https://docs.microsoft.com/en-us/azure/marketplace-publishing/marketplace-publishing-vm-image-creation\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/classic/create-upload-vhdtoc=%2fazure%2fvirtual-machines%2flinux%2fclassic%2ftoc.json\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/classic/create-upload-vhd?toc=%2fazure%2fvirtual-machines%2flinux%2fclassic%2ftoc.json\n\n\n- https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/virtual-machines/linux/upload-vhd.md\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-upload-ubuntu\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/debian-create-upload-vhd\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-custom-images\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/capture-image\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/copy-vm\n\n## VM Config\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-automate-vm-deployment\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-portal#install-nginx\n\n## Download VHD from VM\n\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/download-vhd\n- https://docs.microsoft.com/en-us/azure/virtual-machines/scripts/virtual-machines-linux-cli-sample-copy-snapshot-to-storage-account\n- https://docs.microsoft.com/en-us/azure/virtual-machines/linux/upload-vhd?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoospidy%2Fmakeazurevm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoospidy%2Fmakeazurevm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoospidy%2Fmakeazurevm/lists"}