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.
Showing posts with label Windows Azure. Show all posts
Showing posts with label Windows Azure. Show all posts
Wednesday, December 26, 2018
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/
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
See my Post in devX
http://www.devx.com/DevXNews/Article/43656
Subscribe to:
Posts (Atom)
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...
-
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...
-
Microsoft Azure has multiple services for hosting HTTP-based web applications. Visual Studio developers can directly publish web application...
-
LiteDB is a simple, serverless, fast and lightweight, embedded .NET document database written in .NET C# managed code. It's completely...