Skip to main content

Posts

Showing posts from May, 2011

A Technical Talk on Microservices and Cloud Deployment

This is a full-length session of microservices development using Microsoft .Net Core WebAPI(C#.Net) and Mongo DB as backend. The session presentation available below   The source code of session available in GitHub , feel free to share your feedback and contribute to this project Full session video Prerequisites for development MongoDB (you can download from here ) Visual Studio 2019 DotNet Core 3.1.x SDK Postman (for API Testing)

MySQL Installer kit

Hi, This is another MySQL server installation video this shows how to install mysql server by using MySQL installer kit Direct Link View in Youtube
Hi, This is another MySQL server installation video this shows how to install mysql server by using MySQL installer kit http://www.youtube.com/watch?v=fg3YxrBMtKE

Popular posts from this blog

A Technical Talk on Microservices and Cloud Deployment

This is a full-length session of microservices development using Microsoft .Net Core WebAPI(C#.Net) and Mongo DB as backend. The session presentation available below   The source code of session available in GitHub , feel free to share your feedback and contribute to this project Full session video Prerequisites for development MongoDB (you can download from here ) Visual Studio 2019 DotNet Core 3.1.x SDK Postman (for API Testing)

Know more about Azure Website KUDU?

KUDU  is the web tool for analyzing and troubleshooting azure websites. Benefits of Kudu Know about operating system Environment variables Processors & cores Applications settings Connection strings Process explorer (running instances) Debugging console (Command prompt & PowerShell) Diagnostics Log (view & download) Site extensions management and more Environment details Command prompt Are your wondering to use KUDU?, its very simple open browser and type https://{ your azure website name }.scm.azurewebsites.net . To access KUDU you need to have your azure deployment credentials! Example Your azure website : https://textingwebsite.azurewebsites.net/ Kudu URL : https://textingwebsite.scm.azurewebsites.net/ for more information about Kudu click here

How to check the Hybrid Connection in Azure Website (Webapp)

Introduction Hi, this article will helpful for you to check the hybrid connection in Azure Website (Web App). Scenario Lets assume we have 2 Web Apps and 2 On-Premises database servers, Both the webapps required on-premises database access, for this scenario we can use Azure Hybrid connection . Architecture of Web apps and Hybrid connection Website 1 : Wants to access DB Server 1 & DB Server 2 Website 2 : Wants to access DB Server 1 only To achieve this we need to create two hybrid connections for each db and we can share it with websites. Troubleshooting Once you successfully created hybrid connection and configured listener setup. we need to ensure whether our website connected to our DB Server or not. So open the Azure portal (old or new). 1. Select the website 2. Click Browse website       * Lets assume our website URL is https://myweb.azurewebsites.net       * Change the URL to https://myweb.scm.azurewebsites.net 3. Now you will enter into