I'm new to azure service fabric, and tried to setup one using a free trial account in azure. I created a service fabric cluster with a single node. Then I created an app in my local machine with one Stateless Web Service and a Stateful .NET Core Service. In my local machine, I can get everything working, but when I tried deploying it to azure, all stateless services are not working. I say this because, whenever I created an app with only a stateful service in there, it's still not working in azure.
The stateful service app as I monitored it from the Service Fabric Explorer it gives a warning as below image:
and after a warning, it will then turn into an error with the following message:
I tried finding solutions online but I found nothing. I read some articles saying that It could be a disk storage problem, but I don't know how to resolve this because in a Free Trial account, I think you have a limited storage.
Please help. Thanks.