actions-marketplace-validations/Azure Static Website Deploy with File Pattern
Deploys code to Azure Storage and enables Static Website
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SOURCE_DIR | The name of the directory you want to upload | yes | — |
| FILE_PATTERN | The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. | no | — |
| AZURE_CLIENT_ID | Your Azure Client ID | yes | — |
| AZURE_TENANT_ID | Your Azure TENANT ID | yes | — |
| AZURE_SECRET | Your Azure Secret | yes | — |
| AZURE_SUBSCRIPTION_ID | Your Azure Subscription ID | yes | — |
| AZURE_STORAGE_ACCOUNT_NAME | Your Azure Storage Account Name | yes | — |
| AZURE_INDEX_DOCUMENT_NAME | The index document that you specify when you enable static website hosting, appears when users open the site and dont specify a specific file. | yes | — |
| AZURE_ERROR_DOCUMENT_NAME | If the server returns a 404 error, and you have not specified an error document when you enabled the website, then a default 404 page is returned to the user. | no | — |
| CDN_PROFILE | CDN Profile to purge | no | — |
| CDN_ENDPOINT | CDN Endpoint that the CDN Profile belongs to | no | — |
| RESOURCE_GROUP | Resource group for CDN Profile | no | — |
Outputs
no outputs