Showing posts with label Windows Azure. Show all posts
Showing posts with label Windows Azure. Show all posts

Wednesday, December 26, 2018

Connecting to an Azure SQL Database and Query Data from VS Code

Azure Service provides SQL relational database-as-a-service with high performance, reliability, and security. Developers can write C# code to connect to an Azure SQL database by using the .NET code framework from Visual Studio or Visual Studio Code editor. As a prerequisite, you need to install the latest version of Visual Studio or Visual Studio Code and you should have created the server level firewall rule in Azure to access the database from your development environment.

Tuesday, December 13, 2016

Azure monthly credit for MSDN subscription

How to get monthly azure credit for MSDN subscription...

For each MSDN subscription there are free monthly credits can be used on any Azure service including Virtual Machines, Websites, Cloud Services, Mobile Services, Storage, SQL Database, Content Delivery Network, HDInsight, Media Services, and many more.

Following link describes how to use that monthly credit for Azure service subscription
https://blogs.msdn.microsoft.com/msgulfcommunity/2014/09/15/how-to-activate-azure-benefit-for-msdn-subscribers/

How to set up cognitive services after subscriptions..

After Azure subscription please configure cognitive services, please refer following link
https://elbruno.com/2016/04/05/cognitiveservices-how-to-start-with-some-basic-azure-configuration-yes-cool-and-updated-projectoxford/

Saturday, February 13, 2010

Windows Azure Updates

Microsoft is significantly upgrading its Windows Azure Platform this month as it looks to compete against the likes of cloud services providers Google and Amazon.

See my Post in devX
http://www.devx.com/DevXNews/Article/43656

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...