Posts

Azure Networking Basics

Image
Azure Networking Basics Before beginning towards Azure Networking concepts, one should have a basic understanding of networking terms that are going to be used as networking parameters. This article covers some of the fundamental terms of Networking that is most widely used in Azure. Below are the topics that we are going to cover: ·       Virtual Network (VNET) ·       Subnet ·       IP Addressing ·       Private IP ·       Public IP ·       Network Security Group (NSG) ·       Internet Gateway ·       DNS 1.           Virtual Network (VNET) An Azure Virtual Network (VNet) is a representation of your own network in the cloud. It is a logical isolation of the Azure cloud dedicated to your subscriptio...

What are different types of cloud architecture ?

Image
There are 3 major type of Cloud architecture:               1.    Software as a service (SaaS)              2.  Platform as a service (PaaS)              3.  Infrastructure as a service (IaaS)   1.   Software as a service (SaaS) Software as a service (SaaS) is a software licensing and delivery model in which software is licensed on a subscription basis and is centrally hosted. For better understanding, let’s take an example: If we consider, you want to open and excel or a word file, so what are the different options that we were having earlier is as below: • Installing “Microsoft Office 2010 / 2013 / 2016” on your local machine and then open the file. But now we have another option where we do not need to install the MS Office packages or licence into the machine, instead we can open those files online using Offic...

How do I get a job?

Image
Hi Friends, Please go through my answer in below link for the query asked on Quora related to most important topic -  Job Search . Gaurav Kariya's answer to How do I get a job that allows me to live on my own? Summary as given below: Up-skill your knowledge in a specialization. (Technical Skill Developement) Test if you are ready for interview screening process. Apply for job on portals. Don't sit idle or relaxed. Be fearless of getting failed in Interview. What action needed in -  do or die situation. Basic needs to find job. I am not sharing details of this in blog because this blog is meant for a purpose to get your career in cloud compute, may be in near future if I get good responses I would create another separate blog on motivation and inspiration for finding a job. Please Up-vote if you like this information & S hare if your want to educate the same to your friends and colleagues. Thanks !!!

Basic understanding – What is Cloud.

Image
Definition: Using internet, we can access different services provided by the service providers is called cloud. Let me elaborate the definition to understand more clearly, Please refer the below diagram: Considering any website that a user wants to use on his machine (computer), let’s say for example as shown in image – portal.azure.com or www.office.com this URL are linked to the internet. (The owner must have Reserved Public facing IP addresses through ISP for hosting this websites over the internet, Microsoft is the owner in our case) Now, when a user is triggering this website(s) this request will go to ISP (Internet Service Provider), for the time being we may consider a simple term i.e Internet. When the website is triggered, request will go to internet and through the internet the request will be diverted to the origin (Hosting machine or server) – which is available on Service Provider’s Data Center, wh...

Thinking of Career in Cloud Computing ?

Image
What are the requirements to learn cloud computing?   - Query asked in Quora This is the start-up of the journey towards my blogging for cloud technology beginning: This blog will be cover some important points that need to be considered while you are trying to hit the career in cloud computing field (For both Fresher & Experienced), I will be writing the blog in layman language because I believe everyone should understand the concept easily. I would like to share 10 most important points to describe the pre-requisites to choose cloud computing as your career path: 1.        It’s quite simple to get your core field to be selected as Cloud Compute, but the main problem that market is experiencing nowadays is that Experienced candidates are required, which become road blocker for fresher’s. 2.       Whereas my suggestion would be - no matter in which field you start, like as a System administrat...

PowerShell Cheat Code Sheet For Server Core Installation

70-410 Power shell Cheat Sheet Please find the below list of Powershell commands which may be useful for the beginner to start with Powershell commands and execution in windows server environment. Start List Cmdlet Description Add-ADCentralAccessPolicyMember Adds central access rules to a central access policy in Active Directory Add-ADgroupmember PhoenixAdmins PhoenixAdmin01, PhoenixAdmin02 Add members to group Add-ADResourcePropertyListMember Adds one or more resource properties to a resource property list in Active Directory Add-Computer –DomainName  domainname.com Joins a computer to domain Add-NetSwitchTeamMember Adds a network adapter member to an existing switch team Add-PhysicalDisk Adds a physical disk to storage pool Add-WindowsFeature Adds a role or feature Configure-SMRemoting.exe –Enable Used to configure a computer runn...