Skip to content

Commit 682a3f7

Browse files
authored
Merge pull request #57351 from dkkapur/master
updating instructions for faq
2 parents d9d658a + 85c8c85 commit 682a3f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/service-fabric-mesh/service-fabric-mesh-faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Yes, the quotas for each subscription are set as follows:
3939
**How long can I leave my application deployed for?**
4040

4141
We have currently limited the lifetime of an application to two days. This is in order to maximize the use of the free cores allocated to the preview.
42-
As a result, you are only allowed to run a given deployment continuously for 48 hours, after which time it will be deleted by the system. If you see this happen, you can validate that the system shut it down by running an `az mesh app show` command in Azure CLI and checking if it returns `"status": "Failed", "statusDetails": "Stopped resource due to max lifetime policies for an application during preview. Delete the resource to continue."`
42+
As a result, you are only allowed to run a given deployment continuously for 48 hours, after which time it will be shut down by the system. If you see this happen, you can validate that the system shut it down by running an `az mesh app show` command in Azure CLI and checking if it returns `"status": "Failed", "statusDetails": "Stopped resource due to max lifetime policies for an application during preview. Delete the resource to continue."`
4343

4444
For example:
4545

@@ -67,6 +67,10 @@ chackdan@Azure:~$ az mesh app show --resource-group myResourceGroup --name hello
6767
}
6868
```
6969

70+
To continue deploying the same application to Mesh, you should delete the resource group associated with the application, or individually remove the application and all related Mesh resources (including the network).
71+
72+
To delete the resource group, use the `az group delete <nameOfResourceGroup>` command.
73+
7074
## Supported container OS images
7175
The following container OS images can be used when deploying services.
7276

0 commit comments

Comments
 (0)