I am creating Azure Block Chain Configurtion file and Contract when I upload the both to create the application I am getting below error
Blockquote A top-level contract code file must have same name as application name GitexFeedbackZaheer specified in configuration file.
This was a simple easy fix, You just need to Rename your *.sol file to have Application name you have mentioned in the *.json file
I.E. You App name is MyFirstBlockChainApp then your *.sol file name should be MyFirstBlockChainApp.sol
For More Information Check