{"id":20657780,"url":"https://github.com/boltops-tools/azure_check","last_synced_at":"2025-07-23T21:05:01.939Z","repository":{"id":91684716,"uuid":"268913775","full_name":"boltops-tools/azure_check","owner":"boltops-tools","description":"Check Azure access","archived":false,"fork":false,"pushed_at":"2021-11-25T19:49:34.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T23:46:36.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boltops-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-06-02T21:36:16.000Z","updated_at":"2022-01-13T07:55:24.000Z","dependencies_parsed_at":"2023-07-12T10:46:26.856Z","dependency_job_id":null,"html_url":"https://github.com/boltops-tools/azure_check","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boltops-tools/azure_check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fazure_check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fazure_check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fazure_check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fazure_check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltops-tools","download_url":"https://codeload.github.com/boltops-tools/azure_check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fazure_check/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266748035,"owners_count":23978159,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-16T18:23:07.526Z","updated_at":"2025-07-23T21:05:01.904Z","avatar_url":"https://github.com/boltops-tools.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Check\n\nSimple script to check azure access with `ARM_CLIENT_ID` and `ARM_CLIENT_SECRET`.\n\n## Usage\n\nExport the `ARM_CLIENT_ID` and `ARM_CLIENT_SECRET` variables.  It's recommended to put it in your `~/.bashrc`\n\n    export ARM_CLIENT_ID=REPLACE_ME\n    export ARM_CLIENT_SECRET=REPLACE_ME\n\nMake sure you run `source ~/.bashrc` or open a new terminal. Then run:\n\n    bundle install\n    ruby azure_check.rb\n\n## Example\n\nSuccess looks like this:\n\n    $ ruby azure_check.rb\n    Successfully connected to Azure with your ARM_CLIENT_ID and ARM_CLIENT_SECRET\n    $\n\nFailure looks like this:\n\n    $ ruby azure_check.rb\n    Failed to connected to Azure with your ARM_CLIENT_ID and ARM_CLIENT_SECRET\n    {\n      \"message\": \"Couldn't login to Azure, please verify your tenant id, client id and client secret\",\n      \"request\": null,\n      \"response\": null\n    }\n\n## Additional Env Vars\n\nThe `ARM_SUBSCRIPTION_ID` and `ARM_TENANT_ID` can also be optionally set. By default, this script infers their values from your `az` CLI setup using [azure_info](https://github.com/boltops-tools/azure_info).  It essentially uses:\n\n    az account show\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fazure_check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboltops-tools%2Fazure_check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fazure_check/lists"}