I want to create a simple console application that downloads logs and stores them in our local sql server box. I know exactly how to do it, but my question is can I access the Azure API from a client side console application? I coded the app., but I'm seeing
some mysterious reference behavior. References are there one minute and gone the next, I used the default "console application" template with a static main. Is there anything special I need to do for a client side console app?
Thanks!