actions-marketplace-validations/Create AKS Cluster
Create an AKS Cluster
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 3, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/azure_aks-create-action@0982590a235f24d5d9b6babd1d4966d1378fc465 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ARM_CLIENT_ID | Client ID for Service Principal | yes | — |
| ARM_CLIENT_SECRET | Client Secret for Service Principal | yes | — |
| ARM_SUBSCRIPTION_ID | Subscription for Service Principal | yes | — |
| ARM_TENANT_ID | Tenant for Service Principal | yes | — |
| RESOURCE_GROUP_NAME | Resource Group for cluster | yes | — |
| CLUSTER_NAME | Name for cluster | yes | — |
| CLUSTER_SIZE | Size of cluster (dev or test) | no | dev |
| STORAGE_ACCOUNT_NAME | Name for Storage Account | yes | — |
| STORAGE_CONTAINER_NAME | Name for Storage Container | yes | — |
| STORAGE_ACCESS_KEY | Access Key for Storage Container | yes | — |
| ACTION_TYPE | create or destroy | no | create |
| IAC_TYPE | IAC tool, Possible choices: [ pulumi, terraform ] | no | terraform |
| CREATE_ACR | create ACR with cluster name | — | false |
| PULUMI_ACCESS_TOKEN | Token that allows this action to access Pulumi | — | — |
Outputs
no outputs