Posts

Showing posts with the label Cloud Learning

Cloud 2022-23 - What is Cloud Computing, All Details you want to know, ...

Image
What is Cloud Computing? In this video, we will learn about Cloud Computing, there used to be very frequent questions about Cloud from your side and I tried to answer these questions in tis video... What is Cloud Computing? How it works? Cloud Services Model - IAAS, PAAS,SAAS Cloud Deployment Model - Public, Private, Hybrid Which company provide Cloud Services? Which one is good to choose? Career Options in Cloud Computing? Job Roles for Cloud Computing?

Azure top 10 Certifications, Azure DevOps, Websites to prepare & crack e...

Image
Azure Devops Official Content https://azure.microsoft.com/en-us/services/devops/#customer Azure Certifications https://docs.microsoft.com/en-us/learn/certifications/ 1. Microsoft Certified: Azure – Fundamentals Exam AZ-900 2. Microsoft Certified: Azure AI – Fundamentals Exam AI-900 3. Microsoft Certified: Azure Administrator – Associate Exam AZ-104 4. Microsoft Certified: Azure Developer – Associate Exam AZ-204 5. Microsoft Certified: Azure Security Engineer – Associate Exam AZ-500 6. Microsoft Certified: Azure AI Engineer – Associate Exam AI-100 7. Microsoft Certified: Azure Data Scientist – Associate Exam DP-100 8. Microsoft Certified: Azure Database Administrator – Associate Exam DP-300 9. Microsoft Certified Solutions Architect – Expert Exams AZ-303 and AZ-304 10. Microsoft Certified: Azure DevOps Engineer – Expert Exam AZ-400 Few Good E-books you can use to learn well... Azure: Microsoft Azure Administrator (AZ-104) Practice Tests  - https://amzn.to/3GftmmR...

What is Azure Resource Group (Hindi)

Image
What is a resource group in Microsoft Azure A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group. You decide how you want to allocate resources to resource groups based on what makes the most sense for your organization. Generally, add resources that share the same lifecycle to the same resource group so you can easily deploy, update, and delete them as a group. The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region. Create resource groups Sign in to the  Azure portal . Select  Resource groups Select  Add . Enter the following values: Subscription : Select your Azure subscription. Resource group : Enter a new res...

AWS Elastic Bean Stalk tutorial in Hindi

Image
What is AWS Elastic Bean Stalk? AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS. You can simply upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring. At the same time, you retain full control over the AWS resources powering your application and can access the underlying resources at any time. There is no additional charge for Elastic Beanstalk - you pay only for the AWS resources needed to store and run your applications. How to use AWS Elastic Bean Stalk? Getting started using Elastic Beanstalk To help you understand how AWS Elastic Beanstalk works, this tutorial walks you through creating, exploring, updating, and deleting an Elastic Beanstalk application. It takes less than an h...