{"id":20505987,"url":"https://github.com/ligoj/plugin-prov-azure","last_synced_at":"2025-04-13T21:12:25.827Z","repository":{"id":52796529,"uuid":"88031599","full_name":"ligoj/plugin-prov-azure","owner":"ligoj","description":"Ligoj plugin for Azure provisioning : fetch prices and Terraform implementation","archived":false,"fork":false,"pushed_at":"2025-02-12T08:35:48.000Z","size":408,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T21:12:16.285Z","etag":null,"topics":["azure","ligoj","ligoj-plugin","spring","terraform"],"latest_commit_sha":null,"homepage":"https://ligoj.io","language":"Java","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/ligoj.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-04-12T09:01:51.000Z","updated_at":"2025-02-12T08:35:52.000Z","dependencies_parsed_at":"2023-01-30T21:45:33.656Z","dependency_job_id":"5b6cbce6-f03a-4fa4-89a1-3c0921234b62","html_url":"https://github.com/ligoj/plugin-prov-azure","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligoj%2Fplugin-prov-azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligoj%2Fplugin-prov-azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligoj%2Fplugin-prov-azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligoj%2Fplugin-prov-azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ligoj","download_url":"https://codeload.github.com/ligoj/plugin-prov-azure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782259,"owners_count":21160717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","ligoj","ligoj-plugin","spring","terraform"],"created_at":"2024-11-15T19:52:38.787Z","updated_at":"2025-04-13T21:12:25.797Z","avatar_url":"https://github.com/ligoj.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :link: Ligoj Azure plugin [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.ligoj.plugin/plugin-prov-azure/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.ligoj.plugin/plugin-prov-azure)\n\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=org.ligoj.plugin%3Aplugin-prov-azure\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=org.ligoj.plugin%3Aplugin-prov-azure)\n[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?metric=alert_status\u0026project=org.ligoj.plugin:plugin-prov-azure)](https://sonarcloud.io/dashboard/index/org.ligoj.plugin:plugin-prov-azure)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8fcbd90fbb534a198e67756474b68218)](https://www.codacy.com/gh/ligoj/plugin-prov-azure?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=ligoj/plugin-prov-azure\u0026amp;utm_campaign=Badge_Grade)\n[![CodeFactor](https://www.codefactor.io/repository/github/ligoj/plugin-prov-azure/badge)](https://www.codefactor.io/repository/github/ligoj/plugin-prov-azure)\n[![License](http://img.shields.io/:license-mit-blue.svg)](http://fabdouglas.mit-license.org/)\n\n[Ligoj](https://github.com/ligoj/ligoj) Azure provisioning plugin, and extending [Provisioning plugin](https://github.com/ligoj/plugin-prov)\nProvides the following features :\n- Prices are updated from the Azure API prices.\n- Supported services : Compute (including software) with all terms, Storage and managed databases (no DTU and Hyperscale)\n\n# Subscription parameters\n* Tenant ID (Directory ID)\n* Application ID (Identifier of application account of Ligoj)\n* Key (secret token of application account of Ligoj)\n* Subscription\n* Resource group\n\n## How to create/get these Azure parameters?\n### Tenant ID/Application ID and Key\nEverything takes place in [Azure Active Directory](https://portal.azure.com/?l=en.en-us#blade/Microsoft_AAD_IAM)\n* Navigate to [RegisteredApps](https://portal.azure.com/?l=en.en-us#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps)\n* Click on `New application registration`\n* Fill the form : Name=`ligoj`, Application type=`Web app / API`, Sign-on URL=Ligoj URL, can be updated later\n* `Create`\n* `Create registration`\n* Copy the `Application ID`\n* Click on `Keys` (right panel)\n* In the `Passwords` panel, fill `Key Description` and `Duration`, then `Save`\n* Copy the one time displayed key value. \n* Navigate to [Properties](https://portal.azure.com/?l=en.en-us#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Properties)\n* Copy the `Directory ID`, used as `Tenant ID` by Ligoj\n\n### Resource Group\nNavigate to [Resource groups](https://portal.azure.com/?l=en.en-us#blade/HubsExtension/Resources/resourceType/Microsoft.Resources%2Fsubscriptions%2FresourceGroups)\nCopy the resource group name\nGrant the rights to `ligoj` account on the selected resource group\n\n### Subscription\n* Navigate to [Cost Management + Billing](https://portal.azure.com/?l=en.en-us#blade/Microsoft_Azure_Billing/SubscriptionsBlade)\n* Get the subscription id from one of your enabled subscription\n\n# Technical details\nUsed API is `Microsoft.Compute` (2017-03-30)\nAuthentication is `OAuth2`, no required CLI to be installed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fligoj%2Fplugin-prov-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fligoj%2Fplugin-prov-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fligoj%2Fplugin-prov-azure/lists"}