Skip to content

Commit 0006566

Browse files
authored
Merge pull request #104721 from abhayshah9/ResourceModelCommonQ
Added a question and answer at bottom of doc
2 parents 8dcb34d + 6081db9 commit 0006566

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+
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)