Skip to content

Commit

Permalink
change batch to coming soon for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Dec 17, 2024
1 parent f035ae6 commit 0f2ae95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/batch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void main() {
Each cloud provider comes with a set of default services used when deploying resources. You can find the default services for each cloud provider below.

- [AWS](/providers/mappings/aws/batch)
- Azure - Not implemented
- Azure - Coming soon
- [Google Cloud](/providers/mappings/gcp/batch)

If you need support for additional clouds, let us know by [opening an issue](https://github.com/nitrictech/nitric/issues) or joining the conversation on [Discord](https://nitric.io/chat).
2 changes: 1 addition & 1 deletion docs/providers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Currently, both the Pulumi and Terraform providers use the same underlying cloud
| **Resource** | **AWS** | **Azure** | **Google Cloud** | **Local** |
| -------------------------------------- | ------------------------------------------------------------ | --------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [APIs](/apis) | [API Gateway](/providers/mappings/aws/apis) | [API Management](/providers/mappings/azure/apis) | [API Gateway](/providers/mappings/gcp/apis) | [Custom](https://github.com/nitrictech/cli/blob/main/pkg/cloud/gateway/gateway.go) |
| [Batch](/batch) | [AWS Batch](/providers/mappings/aws/batch) | Not implemented | [GCP Batch](/providers/mappings/gcp/batch) | Custom |
| [Batch](/batch) | [AWS Batch](/providers/mappings/aws/batch) | Coming soon | [GCP Batch](/providers/mappings/gcp/batch) | Custom |
| [Schedules](/schedules) | [CloudWatch Event Bridge](/providers/mappings/aws/schedules) | [Dapr Binding](/providers/mappings/azure/schedules) | [Cloud Scheduler](/providers/mappings/gcp/schedules) | Custom |
| [Websockets](/websockets) | [API Gateway](/providers/mappings/aws/websockets) | Not implemented | Not implemented | Custom |
| [Storage](/storage#buckets) | [S3](/providers/mappings/aws/storage) | [Blob Storage](/providers/mappings/azure/storage) | [Cloud Storage](/providers/mappings/gcp/storage) | SeaweedFS |
Expand Down

0 comments on commit 0f2ae95

Please sign in to comment.