https://github.com/upbound/project-template-azure-storage
https://github.com/upbound/project-template-azure-storage
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upbound/project-template-azure-storage
- Owner: upbound
- Created: 2025-08-06T17:19:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-21T03:47:57.000Z (5 months ago)
- Last Synced: 2026-02-21T09:42:48.183Z (4 months ago)
- Language: Go
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Support: .github/supportbundle.yaml
Awesome Lists containing this project
README
# project-template-azure-storage
This template can be used to initialize a new project using `provider-azure`. By
default it comes with an `XStorageBucket` XRD and a matching composition
function which creates a Azure Storage bucket. It also creates the corresponding
unit and e2e tests.
## Usage
To use this template, run the following command:
```shell
up project init -t upbound/project-template-azure-storage --language=kcl
```
This template supports the following languages:
- `kcl`
- `go`
- `python`
- `go-templating`