I'm trying to run and debug Azure Cloud Service project which works fine when I deploy it on Azure Cloud but when i try to run in within Visual Studio for debug/emulator it is throwing me this error.
Error 7 unable to get setting value Parameter name: profileName
PS: I'm using visual studio 2013 with Azure SDK 2.7. It builds without any error. This is getting very critical because I need to upload 500 mb of data every single time I update my code. Can someone please guide me what I'm missing here?
Thank you