{"id":18328276,"url":"https://github.com/thorstenhans/check-aca-arm-namespace-migration","last_synced_at":"2026-04-15T12:35:36.404Z","repository":{"id":65158547,"uuid":"458176603","full_name":"ThorstenHans/check-aca-arm-namespace-migration","owner":"ThorstenHans","description":"GitHub Action to check if your Azure Container Apps are migrated to new ARM namespaces","archived":false,"fork":false,"pushed_at":"2022-02-11T12:56:07.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T17:51:21.883Z","etag":null,"topics":["azure","azure-container-apps"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ThorstenHans.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}},"created_at":"2022-02-11T12:25:18.000Z","updated_at":"2023-07-13T15:19:04.000Z","dependencies_parsed_at":"2023-01-05T04:50:46.711Z","dependency_job_id":null,"html_url":"https://github.com/ThorstenHans/check-aca-arm-namespace-migration","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"92a0435f421295c0d64c8053b0c3e6632897fe27"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Fcheck-aca-arm-namespace-migration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Fcheck-aca-arm-namespace-migration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Fcheck-aca-arm-namespace-migration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Fcheck-aca-arm-namespace-migration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThorstenHans","download_url":"https://codeload.github.com/ThorstenHans/check-aca-arm-namespace-migration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248073726,"owners_count":21043474,"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","azure-container-apps"],"created_at":"2024-11-05T19:13:37.536Z","updated_at":"2026-04-15T12:35:36.356Z","avatar_url":"https://github.com/ThorstenHans.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verify Azure Container Apps ARM namespace migration\n\nThis is a simple action that verifies if any of your Azure Container Apps instances have been migrated from the ARM namespace `Microsoft.Web` to `Microsoft.App`.\n\nIf at least one Azure Container App is migrated, the action will fail with a non-zero exit code.\n\n## Usage\n\n```yaml\nname: 'Check'\non:\n  workflow_dispatch:\n  schedule:\n    - cron: '0 */12 * * *'\njobs:\n  check:\n    name: Verify Azure Container Apps namespace migration\n    runs-on: ubuntu-latest\n    steps:\n      - name: Verify\n        id: verify\n        uses: ThorstenHans/check-aca-arm-namespace-migration@v1\n        with:\n          azure-client-id: ${{ secrets.AZURE_CLIENT_ID}}\n          azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}\n          azure-subscription-id: ${{ secrets.AZURE_SUB_ID }}\n          azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorstenhans%2Fcheck-aca-arm-namespace-migration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthorstenhans%2Fcheck-aca-arm-namespace-migration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorstenhans%2Fcheck-aca-arm-namespace-migration/lists"}