Azure Multi App has console application called ConsoleApplicationSample that user can use to test it.
Steps:
Revisar command files
Azure Multi Application use command files to do custom action.
Console Application need to launch it after copy file. To do this, setup.cmd can be use.
before.cmd file can be use to do action before copy files or before update.
after.cmd file can be use to do action after copy files. Application installer wait for command end.
setup.cmd file can be use to do action after copy files.Application installer no wait for command end.
Compile AzureMultiApp solution.
Zip published files.
Upload generated file to azureapps blob container.
Deploy application using admin tool
Open admin tool: .cloudapp.net:81">http://<youazureservice>.cloudapp.net:81
Test application
To test deploy you can connect to role instance using remote desktop and view if application is executed.