I have developed web app using .NET Core 2.0. Now I want to deploy this app in Azure Marketplace so anyone can use this app. To deploy the app I have created package which will contain below 2 files.
- mainTemplate.json
- createUIDefinition.json
And I have uploaded the package as shown in below image.
But it shows error:
Package acceptance validation error: AzureAppAssetRequiredFileNotFound Could not find required file in package createUiDefinition.json File path: createUiDefinition.json Code: PAC-AzureAppAssetRequiredFileNotFound
I have tried to fix this issue but I was not able to make it work. Has anyone faced this issue or anyone know the solution please guide me.
Thanks