Is it possible to enable the NSG in Vnetsinceyou doesn’t want to enable it on VMs level?
It’s not possible to enable the NSG in Vents but certainly, you can associate with Subnets which will help you to reduce the manageability of your NSG.
What is NSG and How can you create the NSG?
NSG is nothing but its services will help you to allow or deny the specific port to communicate to your services within subscription or outside of the subscription. It’ has inbound and outbound rules.
Inbound Rule: It defines the traffic coming from the internet to VMs or specific services or VMs.
Outboard Rules: It defines the traffic going to the internet from your VMs or specific services or VMs.
You need to follow steps to create the NSG and Associate to VMs.
In All Services Search the NSG.
Provide the Name, Location and Resource Group
Click on the NSG and create the NSG.
Is it possible to host the VM in another region and connect to a different region?
Yes, you need to set up the interconnectivity while creation the V-net (Virtual Network) to V-net (Virtual Network) connection between both the regions.
One of your clients escalated that hisVM has been rebooted without intimating to him and you need to know logs who has rebooted the VM, how can get the details.
In that case, Activity logs will help, as any activity happens in VMs through the portal, you will get a log alerts store in the activity logs, so you will go to activity logs and found that who has rebooted the VM and can share with clients after manager approval.
In your organization, you have some client who doesn't want to give the subscription access, but they have given the PowerShell access, how you create the Storage account using PowerShell?
New-AzureRmStorageAccount -ResourceGroupName azure4you -Name azureint234 -SkuNameStandard_LRS -Location 'East Us'
How to tag the resources using a command?
You should use the below command lets to tag the resources.
Set-AzureRmResourceGroup -Name "Azure4you.com" -Tag @{Department="IT"}
What is the difference between Premium Storage Account and Standard Storage Account?
Premium Storage Accounts are backed by SSD Disk which provided the resilience and better performance where standard Storage Accounts are backed by HDD (magnetic Disk) and Provides the maximum IOPS up to 500.
What is the difference between Managed Disk and Unmanaged Disk?
Managed Disk: In Managed disk storage accounts creation/Management done on the backend. It will help you on the scalability of storage accounts and backed by Standard/premium Tires.
Unmanaged Disk: Unmanaged disk are the disk which you will create the storage accounts. Create the disk and Managed by you and you need to make sure you can’t exceed the Storage limit up 20K IOPS while adding many disks which may throttled the VMs performance.
What is Site to Site VPN?
Azure Site to Site VPN will help you to connect to On-Premises Network to Azure Virtual Network Over an IPsec/IKE (IKEV1/IKEV2) VPN tunnel. Basically, this connection required a VPN device which public facing IP Address assigned to it.
A customer has Prod, Dev and Test environments. How to implement a solution that each environment can’t connect to each other?
In that case, you can separate the environments while creating the different subnets for Prod, Dev, Test environments and apply the NSG on each subnet with specific deny rule which will not allow connecting to those environments.
What are the tools you will use to create the Vnets?
You can use the below tools to configure the Azure Vnets.
Azure portal
PowerShell
Azure CLI
Your customer has configured the policy-based routing but due to the issue, he wants to change to route based configuration in Azure VPN, how you can deliver the solution?
Basically, the customer can’t change them or update their routing method directly as that is not supported by MS Azure. He must create the New connection use the method to route based on the new connection.
First, you need to delete the Route based connection
Delete the Gateway
Then you will recreate the connection using Azure Portal, CLI or PowerShell.
How to configure the static public IP address VPN gateway?
Basically, it’s not supported by Microsoft and when you create the VPN gateway at that time dynamic IP address will automatically configure and that will change only when you will delete or recreate the VPN gateway.
What protocols are supported by Application gateway?
It supports the HTTP, HTTPS, HTTP/2, and WebSocket
What is Azure Active Directory?
Azure AD is cloud-based identity and access management services which will help to access the Azure resources like Azure subscription, Other Application. You can integrate Azure AD to O365, SharePoint Online, etc.
What is Azure Backup and what are the benefits of Azure Backup?
Azure Backup is a cloud-based solution which will help you to take the backup of the Azure VM, PaaS SQLDB, file service, web apps etc.
It provides a hybrid solution to take the backup.
Storage will be managed automatically using Azure storage accounts and it doesn’t require any local storage like on-premises.
You can transfer the unlimited data and this data stored in encrypted format in Azure storage accounts.
No comments:
Post a Comment