{"id":24563843,"url":"https://github.com/mildronize/actions-az-cli","last_synced_at":"2025-03-17T00:25:17.123Z","repository":{"id":83976295,"uuid":"486144966","full_name":"mildronize/actions-az-cli","owner":"mildronize","description":"Azure CLI Toolset on GitHub Actions","archived":false,"fork":false,"pushed_at":"2023-10-10T10:01:57.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T10:15:50.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/mildronize.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}},"created_at":"2022-04-27T10:22:26.000Z","updated_at":"2022-05-04T06:58:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8e0e1e8-7812-470f-af3a-38a45c48ea11","html_url":"https://github.com/mildronize/actions-az-cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mildronize%2Factions-az-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mildronize%2Factions-az-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mildronize%2Factions-az-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mildronize%2Factions-az-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mildronize","download_url":"https://codeload.github.com/mildronize/actions-az-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243951887,"owners_count":20373812,"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":[],"created_at":"2025-01-23T10:16:08.649Z","updated_at":"2025-03-17T00:25:17.103Z","avatar_url":"https://github.com/mildronize.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actions-az-cli\nAzure CLI Toolset on GitHub Actions\n\n## Scale Up, Down for Azure SQL Database with DTU Model\n\n```yaml\n- uses: mildronize/actions-az-cli/sql/db/update-service-objective@v1\n  with: \n    azure_credentials: ${{ secrets.azure_credentials }}\n    db_name: ${{ env.db_name }}\n    db_server: ${{ env.db_server }}\n    resource_group: ${{ env.resource_group }}\n    service_objective: S2\n```\n\n## Scale Up, Down for Azure App Service Plan\n\n```yaml\n- uses: mildronize/actions-az-cli/appservice/plan/update-sku@v1\n  with: \n    azure_credentials: ${{ secrets.azure_credentials }}\n    app_service_plan: ${{ env.app_service_plan }}\n    resource_group: ${{ env.resource_group }}\n    sku: P1V3\n```\n\nNote: SKU `[--sku {B1, B2, B3, D1, F1, FREE, I1, I1v2, I2, I2v2, I3, I3v2, P1V2, P1V3, P2V2, P2V3, P3V2, P3V3, PC2, PC3, PC4, S1, S2, S3, SHARED, WS1, WS2, WS3}]`\n\nRef: https://docs.microsoft.com/en-us/cli/azure/appservice/plan?view=azure-cli-latest\n\n## Get Azure KeyVault Secret\n\nGet Secret from Azure Key Vault and masking as a secret\n\n```yaml\n- uses: mildronize/actions-az-cli/keyvault/secret/show@v1\n  with: \n    azure_credentials: ${{ secrets.azure_credentials }}\n    vault_name: '{{vault name}}'\n    secret_name: '{{secret name}}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmildronize%2Factions-az-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmildronize%2Factions-az-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmildronize%2Factions-az-cli/lists"}