Skip to content

Commit 79a978a

Browse files
committed
fixed validation issue
1 parent b33a8fa commit 79a978a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/saas/saas-technical-foundations/includes/5-microservices-on-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Azure Container Instances can be thought of as a lower-level "building block" op
4747
- ACI is suitable for scenarios where you don't want to manage the complexity of a full Kubernetes cluster but need the flexibility of deploying single containers without much configuration.
4848
- If your microservices architecture consists of independent, stateless microservices that don't require advanced orchestration, ACI might be a good fit.
4949

50-
Azure offers a range of container hosting services that are designed to accommodate various workloads, architectures, and business requirements. You can follow this [guidance](https://learn.microsoft.com/azure/architecture/guide/choose-azure-container-service) to understand which Azure container service is best suited to your workload scenarios and requirements.
50+
Azure offers a range of container hosting services that are designed to accommodate various workloads, architectures, and business requirements. You can follow this [guidance](/azure/architecture/guide/choose-azure-container-service) to understand which Azure container service is best suited to your workload scenarios and requirements.
5151

5252
### Data and storage
5353

0 commit comments

Comments
 (0)