GitHub - crossplane-contrib/provider-jet-azure (original) (raw)
🚨 PLEASE NOTE 🚨: This repository is no longer maintained. See details in crossplane/terrajet#308
New users: Use its successor Official Azure Provider instead.
Existing users: Follow the migration guide here.
provider-jet-azure is a Crossplane provider that is built using Terrajet code generation tools and exposes XRM-conformant managed resources forMicrosoft Azure.
Getting Started
Install the provider by using the following command after changing the image tag to the latest release:
kubectl crossplane install provider crossplane/provider-jet-azure:v0.9.0
Alternatively, you can use declarative installation:
kubectl apply -f examples/install.yaml
Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.
You can see the API reference here.
Contributing
Please refer to the Adding New Resources guide.
Report a Bug
For filing bugs, suggesting improvements, or requesting new features, please open an issue.
Contact
Please use the following to reach members of the community:
- Slack: Join our slack channel
- Forums:crossplane-dev
- Twitter: @crossplane_io
- Email: info@crossplane.io
Governance and Owners
provider-jet-azure is run according to the sameGovernanceand Ownershipstructure as the core Crossplane project.
Code of Conduct
provider-jet-azure adheres to the same Code of Conductas the core Crossplane project.
Licensing
provider-jet-azure is under the Apache 2.0 license.