Does Aspire Supports Running on Azure Service Fabric? #2409
-
Does Aspire Supports Running on Azure Service Fabric? Even if there are feature overlaps like orchestration, service discovery and etc.. Aspire just like a modern replacement of Azure Service Fabric with attaction features including OTEL supports and uniform resource accesses. It would be helpful if there is a doc on how to add Aspire supports on Service fabric.. ideally, service fabric application could be modeled to keep Aspire hosts alive and the host keeps monitoring other apps. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Seems this is also related.. #831 |
Beta Was this translation helpful? Give feedback.
-
Hey... Any comments on this issue |
Beta Was this translation helpful? Give feedback.
-
Aspire does not support deploying to Service Fabric today. Someone could create a Service Fabric provisioning tool, similar to the provisioning tool for Kubernetes linked in this thread: #830. |
Beta Was this translation helpful? Give feedback.
-
Right! Service fabric is a runtime for both local development and a deployment target. Aspire's local orchestrator is for development and there's a process for turning that into a target deployment for another orchestrator. Since Aspire has a local experience, it's unclear if the service fabric emulator could be used in a compatible way with it as it exists today. As for deployment, a tool would need to be built to translate the manifest into a service fabric deployment, but that's out of scope for what we're targeting today. |
Beta Was this translation helpful? Give feedback.
Right! Service fabric is a runtime for both local development and a deployment target. Aspire's local orchestrator is for development and there's a process for turning that into a target deployment for another orchestrator. Since Aspire has a local experience, it's unclear if the service fabric emulator could be used in a compatible way with it as it exists today. As for deployment, a tool would need to be built to translate the manifest into a service fabric deployment, but that's out of scope for what we're targeting today.