Skip to content

Commit cb3fddb

Browse files
committed
Added a question and answer at bottom of doc
1 parent 2fa09d6 commit cb3fddb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/service-fabric/service-fabric-concept-resource-model.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ To delete an application that was deployed by using the application resource mod
181181
Remove-AzResource -ResourceId <String> [-Force] [-ApiVersion <String>]
182182
```
183183

184+
## Common questions and answers
185+
186+
1. Error: “Application name must be a prefix of service name”
187+
Answer: Make sure the service name is formatted as follows: ProfileVetSF~CallTicketDataWebApi.
188+
184189
## Next steps
185190

186191
Get information about the application resource model:

0 commit comments

Comments
 (0)