Giter Club home page Giter Club logo

momzo / azureoverview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bmaluijb/azureoverview

0.0 1.0 0.0 731 KB

This project contains the source code of the Azure Overview website (www.azureoverview.com) and accompanies the Pluralsight course: Microsoft Azure Developer: Creating and Implementing a Detailed Design for Your Solution.

Home Page: https://app.pluralsight.com/library/courses/microsoft-azure-solution-detailed-design-creating/table-of-contents

C# 79.10% CSS 6.81% JavaScript 14.09%

azureoverview's Introduction

Welcome to the Azure Overview project!

This project contains the source code of the Azure Overview website (www.azureoverview.com) and accompanies the Pluralsight course: Microsoft Azure Developer: Creating and Implementing a Detailed Design for Your Solution.

enter image description here

You can download a copy of the code and follow along in the course.

The solution consists of:

  • AzureOverview.MVC
    • This is the website for the Azure Overview website
    • Technology: ASP.NET Core MVC 2.1
  • AzureOverview.Data
    • This is a class library that contains classes to connect to the database and work with azure services
    • Technology:
      • Class library (.NET Standard 2.0)
      • Entity Framework Core 2.1

This is a very simple solution that consists out of a website (either NationalCookies.MVC or NationalCookies.Forms) that connects to a database and a cache.

Follow the steps below to get this code working:

Step 1: Create a database

The website needs a database to get information about azure services. The database that we are using is a SQL Server database. This can be one that you install locally or an Azure SQL database that you run in Azure.

In any case, make sure that you have a SQL Server running that you can access.

Step 2: Create an Azure Redis Cache

The website needs a Redis Cache to get information about azure services. it first gets it from the database and then populates the cache with this data for performance. The cache that we are using is an Azure Redis Cache. You can find out how to create an Azure Redis cache in my other Pluralsight course: Microsoft Azure Developer: Implementing Azure Cache

Step 3: Change the connection strings

In order for the website to connect to the database, we need to enter the connection strings to the database and the cache. We do that here:

  • AzureOverview.MVC / appsettings.json
    • Fill in the DBConnection setting with the value of the connectionstring to your SQL Server
    • Fill in the RedisConnection setting with the value of the connectionstring to your Redis Cache

That's it! Now, you can run the AzureOverview.MVC project and follow along with the course.

Thanks for watching and let me know if you have any questions!

azureoverview's People

Contributors

bmaluijb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.