1 / 57

Azure Training | Microsoft Azure Tutorial | Microsoft Azure Certification | Edureka

This tutorial on Azure Training will give you a kick start in the Azure Cloud Environment, we will be creating a real life use case from scratch in this Azure Training Tutorial. Stay Tuned! In this Microsoft Azure Training you will understand: <br><br>1) What is Cloud? <br>2) Why Microsoft Azure? <br>3) What is Microsoft Azure? <br>4) Launching Services in Azure <br>5) Demo <br>6) Azure Pricing

EdurekaIN
Download Presentation

Azure Training | Microsoft Azure Tutorial | Microsoft Azure Certification | Edureka

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Agenda  What Is Artificial Intelligence ?  What Is Machine Learning ?  Limitations Of Machine Learning  Deep Learning To The Rescue  What Is Deep Learning ?  Deep Learning Applications Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  2. Agenda What is Cloud? Why Microsoft Azure? What is Microsoft Azure? Use Case Launching Services in Azure Demo Azure Pricing Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  3. What is Cloud Computing? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  4. What is Cloud Computing? • It is the use of remote servers on the internet to store, manage and process data rather than a local server or your personal computer. • “Cloud Computing” is the delivery of on-demand computing resources over the internet on a pay-for-use basis” Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  5. Benefits of Cloud Computing Speed Cost Agility in provisioning of computing resources through Self-service & On- demand features enable flexibility & de- pressurize Capacity Planning Cloud Computing eliminates the capital expense of buying H/W, S/W, Setting up & running On-Site datacenters Global Scale Productivity The ability to Scale Elastically & Delivering right amount of IT resources right when its needed & from the right Geographic location Removes the need of “racking & stacking” (H/W setup, S/W patching) and lets IT teams spend time on achieving more important Business Goals Performance Reliability Benefits in Corporate Datacenter include reduced Network Latency for applications & greater Economics of Scale by regular upgradation of H/W Performs Data Backup, Disaster Recovery & Business Continuity easier & less expensive, as Data can be mirrored at multiple redundant sites on N/W Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  6. Cloud Deployment Models Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  7. Cloud Deployment Models • Public Cloud • Private Cloud • Hybrid Cloud Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  8. Cloud Providers Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  9. Why Microsoft Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  10. Why Microsoft Azure? Current Job Trends Lack of Support No Hybrid Solution Less Secure Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  11. What is Microsoft Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  12. Subsets Of Artificial Intelligence Microsoft Azure is a growing collection of integrated cloud services which developers and IT professionals use to build, deploy and manage applications through our global network of datacentres Having said that, let’s look at a real life example which we can solve using Microsoft Azure. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  13. Use Case Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  14. Use Case Hosting a website on Azure, which will have an option of uploading images , and these images will come as a slideshow in the background. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  15. How will we implement this? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  16. Use Case Implementation Database Userbase Load Balancer File System Servers Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  17. Implementing in Azure Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  18. Implementing in Azure These are the following components that are used in this implementation Servers App Service Azure Load Balancer & Auto Scaling Load Balancer MySQL Database Database Filesystem Blob Storage Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  19. Azure Components Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  20. Azure - App Service App Service Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  21. Compute Domain Virtual App Service Functions Machine Azure Virtual Machine is just like a new machine with a freshly installed operating system. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  22. Compute Domain Virtual App Service Functions Machine App Service is an automated version of Virtual Machine. You simply upload your code, and it deploys the application for you. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  23. Compute Domain Virtual App Service Functions Machine Functions in Azure have server-less architectures and our meant to execute background tasks. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  24. Blob Storage Blob Storage Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  25. Storage Domain Blob Storage Queue Storage Backup Blob Storage is an all-in-one storage which can store any type of file. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  26. Storage Domain Blob Storage Queue Storage Backup Queue storage is used for queueing tasks which can read sequentially and can thus be used for synchronization. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  27. Storage Domain Blob Storage Queue Storage Backup With the backup service, you can store all your infrequently accessed data at a minimum price. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  28. MySQL for Azure MySQL for Azure Auto scale is used to automatically scale up and scale down according to needs, load balancer on the other hand is used to equally distribute the incoming data to the number of servers running currently. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  29. Auto Scaling and Load Balancing Auto Scale and Load Balancer Auto scale is used to automatically scale up and scale down according to needs, load balancer on the other hand is used to equally distribute the incoming data to the number of servers running currently. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  30. Auto Scaling Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  31. Auto Scaling and Load Balancer Auto Scaling Load Balancer Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  32. How to launch these services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  33. How to launch these Services in Azure? App Service Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  34. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  35. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  36. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  37. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  38. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  39. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  40. How to launch these Services in Azure? Blob Storage Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  41. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  42. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  43. How to launch these Services in Azure? MySQL for Azure Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  44. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  45. How to launch these Services in Azure? Auto Scaling and Load Balancer Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  46. How to launch these Services in Azure? Scaling can be done in 2 ways: *Note: With scaling, load balancing is a mandate. However, load balancer can be used independently. ▪ ▪ Manual Scaling Auto Scaling Furthermore, there are two types of scaling: Horizontal Scaling Vertical Scaling Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  47. How to launch these Services in Azure? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  48. Demo Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  49. Demo Scale Set MySQL for Azure Userbase Load Balancer App Service Blob Storage Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  50. Azure Pricing Copyright © 2017, edureka and/or its affiliates. All rights reserved.

More Related