{"id":24769074,"url":"https://github.com/steadybit/extension-azure","last_synced_at":"2026-02-21T01:07:07.435Z","repository":{"id":189950318,"uuid":"681109280","full_name":"steadybit/extension-azure","owner":"steadybit","description":"A Steadybit discovery and action implementation to inject faults into various Azure services.","archived":false,"fork":false,"pushed_at":"2025-01-27T18:31:00.000Z","size":693,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-27T19:46:03.225Z","etag":null,"topics":["attack","azure","chaos","chaos-engineering","kubernetes-services","resilience","scalesets","virtual-machine","vm"],"latest_commit_sha":null,"homepage":"https://hub.steadybit.com/extension/com.steadybit.extension_azure","language":"Go","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/steadybit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2023-08-21T09:32:09.000Z","updated_at":"2025-01-27T18:30:57.000Z","dependencies_parsed_at":"2023-10-12T06:49:04.918Z","dependency_job_id":"78e71ad9-5017-44ac-bb02-552fd9c14dcd","html_url":"https://github.com/steadybit/extension-azure","commit_stats":{"total_commits":175,"total_committers":7,"mean_commits":25.0,"dds":0.64,"last_synced_commit":"72306ae4f64ec290ba8dffd709f7a6ecb0c48fcf"},"previous_names":["steadybit/extension-azure"],"tags_count":40,"template":false,"template_full_name":"steadybit/extension-scaffold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-azure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236117549,"owners_count":19097553,"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":["attack","azure","chaos","chaos-engineering","kubernetes-services","resilience","scalesets","virtual-machine","vm"],"created_at":"2025-01-29T02:06:27.613Z","updated_at":"2025-10-11T18:30:53.122Z","avatar_url":"https://github.com/steadybit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./logo.svg\" height=\"130\" align=\"right\" alt=\"Azure logo\"\u003e\n\n# Steadybit extension-azure\n\nA [Steadybit](https://www.steadybit.com/) discovery and attack implementation to inject faults into various Azure services.\n\nLearn about the capabilities of this extension in our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extension_azure).\n\n## Configuration\n\n| Environment Variable                                                   | Helm value                                     | Meaning                                                                                                                | Required | Default |\n|------------------------------------------------------------------------|------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|----------|---------|\n| `AZURE_CLIENT_ID`                                                      | azure.clientID                                 | Azure Client Id                                                                                                        | true     |         |\n| `AZURE_TENANT_ID`                                                      | azure.tenantID                                 | Azure Tenant ID                                                                                                        | true     |         |\n| `AZURE_CLIENT_SECRET`                                                  | azure.clientSecret                             | Azure Client Secret                                                                                                    | false    |         |\n| `AZURE_SUBSCRIPTION_ID`                                                | azure.subscriptionID                           | Azure Subscription ID                                                                                                  | false    |         |\n| `STEADYBIT_EXTENSION_AZURE_CERTIFICATE_PATH`                           | azure.certificatePath                          | Location of a certificate used to authenticate to azure                                                                | false    |         |\n| `STEADYBIT_EXTENSION_AZURE_CERTIFICATE_PASSWORD`                       | azure.certificatePassword                      | Passphrase for the certificate used to authenticate to azure                                                           | false    |         |\n| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_VM`                 | discovery.attributes.excludes.vm               | List of Target Attributes which will be excluded during discovery. Checked by key equality and supporting trailing \"*\" | false    |         |\n| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_SCALE_SET_INSTANCE` | discovery.attributes.excludes.scaleSetInstance | List of Target Attributes which will be excluded during discovery. Checked by key equality and supporting trailing \"*\" | false    |         |\n\nThe extension supports all environment variables provided by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).\n\nWhen installed as linux package this configuration is in`/etc/steadybit/extension-azure`.\n\nTo obtain the needed azure keys, please refer to this documentation:\nhttps://learn.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#get-tenant-and-app-id-values-for-signing-in\n\n## Installation\n\n### Kubernetes\n\nDetailed information about agent and extension installation in kubernetes can also be found in\nour [documentation](https://docs.steadybit.com/install-and-configure/install-agent/install-on-kubernetes).\n\n#### Recommended (via agent helm chart)\n\nAll extensions provide a helm chart that is also integrated in the\n[helm-chart](https://github.com/steadybit/helm-charts/tree/main/charts/steadybit-agent) of the agent.\n\nYou must provide additional values to activate this extension.\n\n```\n--set extension-azure.enabled=true \\\n--set extension-azure.azure.clientID=YOUR_CLIENT_ID \\\n--set extension-azure.azure.clientSecret=YOUR_CLIENT_SECRET \\\n--set extension-azure.azure.tenantID=YOUR_TENANT_ID \\\n```\n\nAdditional configuration options can be found in\nthe [helm-chart](https://github.com/steadybit/extension-azure/blob/main/charts/steadybit-extension-azure/values.yaml) of the\nextension.\n\n#### Alternative (via own helm chart)\n\nIf you need more control, you can install the extension via its\ndedicated [helm-chart](https://github.com/steadybit/extension-azure/blob/main/charts/steadybit-extension-azure).\n\n```sh\nhelm repo add steadybit-extension-azure https://steadybit.github.io/extension-azure\nhelm repo update\nhelm upgrade steadybit-extension-azure \\\n    --install \\\n    --wait \\\n    --timeout 5m0s \\\n    --create-namespace \\\n    --namespace steadybit-agent \\\n    --set azure.clientID=YOUR_CLIENT_ID \\\n    --set azure.clientSecret=YOUR_CLIENT_SECRET \\\n    --set azure.tenantID=YOUR_TENANT_ID \\\n    steadybit-extension-azure/steadybit-extension-azure\n```\n\n### Linux Package\n\nPlease use\nour [agent-linux.sh script](https://docs.steadybit.com/install-and-configure/install-agent/install-on-linux-hosts)\nto install the extension on your Linux machine. The script will download the latest version of the extension and install\nit using the package manager.\n\nAfter installing, configure the extension by editing `/etc/steadybit/extension-azure` and then restart the service.\n\n## Extension registration\n\nMake sure that the extension is registered with the agent. In most cases this is done automatically. Please refer to\nthe [documentation](https://docs.steadybit.com/install-and-configure/install-agent/extension-registration) for more\ninformation about extension registration and how to verify.\n\n## Version and Revision\n\nThe version and revision of the extension:\n- are printed during the startup of the extension\n- are added as a Docker label to the image\n- are available via the `version.txt`/`revision.txt` files in the root of the image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-azure/lists"}