Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 0f2ae95

Browse files
committed
change batch to coming soon for azure
1 parent f035ae6 commit 0f2ae95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/batch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ void main() {
245245
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.
246246

247247
- [AWS](/providers/mappings/aws/batch)
248-
- Azure - Not implemented
248+
- Azure - Coming soon
249249
- [Google Cloud](/providers/mappings/gcp/batch)
250250

251251
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).

docs/providers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Currently, both the Pulumi and Terraform providers use the same underlying cloud
3737
| **Resource** | **AWS** | **Azure** | **Google Cloud** | **Local** |
3838
| -------------------------------------- | ------------------------------------------------------------ | --------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------------------------------------- |
3939
| [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) |
40-
| [Batch](/batch) | [AWS Batch](/providers/mappings/aws/batch) | Not implemented | [GCP Batch](/providers/mappings/gcp/batch) | Custom |
40+
| [Batch](/batch) | [AWS Batch](/providers/mappings/aws/batch) | Coming soon | [GCP Batch](/providers/mappings/gcp/batch) | Custom |
4141
| [Schedules](/schedules) | [CloudWatch Event Bridge](/providers/mappings/aws/schedules) | [Dapr Binding](/providers/mappings/azure/schedules) | [Cloud Scheduler](/providers/mappings/gcp/schedules) | Custom |
4242
| [Websockets](/websockets) | [API Gateway](/providers/mappings/aws/websockets) | Not implemented | Not implemented | Custom |
4343
| [Storage](/storage#buckets) | [S3](/providers/mappings/aws/storage) | [Blob Storage](/providers/mappings/azure/storage) | [Cloud Storage](/providers/mappings/gcp/storage) | SeaweedFS |

0 commit comments

Comments
 (0)