You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have found service fabric mesh to be able to provision our windows containers in about one minute and it's tempting to use it for scaling out our application workload. However, we have found some issues that prevent us to use service fabric mesh in production:
The common provisioning time is about 1 minute, however, some replicas get stuck and their provision time is much longer. I think it is ok, but are there any guidelines for optimizing the provisioning time, what should we pay attention to?
The quotas for service replicas and number of cores per application cannot be changed from the portal where the subscription quotas are. Is it possible to increase?
We found that resources.azure.com does not show service fabric mesh applications' resources, and the only way to see what's going on is to use resources.azure.com/raw/ with an educated guess about what the resource url or json could look like. Is there any documentation, for example, the request format that would allow me to retrieve specific replica logs?
Is there any publicly available roadmap for Service Fabric Mesh? I see a lot of unresolved issues in this repo, some of them got comments that this or that is planned for 2018, but it seems it didn't happen.
The text was updated successfully, but these errors were encountered:
We are aware of the variance and there isn't much that you can do about it today. There is a "v2" stack internally which doesn't suffer from this problem. It will be leveraged by the new app model service when it is launched publicly. We precache some images to help with startup times. I'd like to make that more transparent through API's, but it is further down my list.
Replica counts and cores can't be increased. I did recently lift the quota restrictions on applications.
We have found service fabric mesh to be able to provision our windows containers in about one minute and it's tempting to use it for scaling out our application workload. However, we have found some issues that prevent us to use service fabric mesh in production:
The text was updated successfully, but these errors were encountered: