Azure Interview Q & A-part1

 What is the advantage to move to cloud? Flexibility : We can restructure of our Environment is needed and you can create the an number of services based on our requirements. Pay As you GO : PAY as you go option is good , Only pay for the services you used in a months or …

Continue reading Azure Interview Q & A-part1

Troubleshooting Azure Vm

Troubleshoot Remote Desktop connections to an Azure virtual machine Reset Remote Desktop configuration & Password . Check Network Security Group rules / Cloud Services endpoints. Review VM console logs. Reset the NIC for the VM. Check the VM Resource Health. Reset your VM password. Restart your VM. Redeploy your VM. Troubleshoot Azure Vms: Scenario-1 : …

Continue reading Troubleshooting Azure Vm

Azure Traffic manager

  What is Azure Traffic Manager ' Azure Traffic Manager allows us to control the distribution of user traffic for service endpoints which resides in different datacenters. Service endpoints supported by Traffic Manager including Azure VMs, Web Apps, and cloud services. We can also use Traffic Manager with external, non-Azure endpoints What is the Azure …

Continue reading Azure Traffic manager

Assign Static In Azure VM.

Why we assign static IP/Private  address in Vms/Services ? Application requirements – Web applications, SQL database, Domain servers etc need to connect with fixed IP/Static IP address. if it’s a Web application/SQL database VM then it’s important to have static IP address so Web application/SQL Database  settings always can refer the same ip address and there …

Continue reading Assign Static In Azure VM.

Assign Static IP Address In Azure VM.

Why we assign static IP/Private  address in Vms/Services ? Application requirements – Web applications, SQL database, Domain servers etc need to connect with fixed IP/Static IP address. if it’s a Web application/SQL database VM then it’s important to have static IP address so Web application/SQL Database  settings always can refer the same ip address and there …

Continue reading Assign Static IP Address In Azure VM.

Connect On premise with RAAS

  RRAS Server setup and  Configuration for Site to Site connection Please connect RAAS server you want to configure the Site to site VPN connection using the RAAS Prerequisite: Please go to the Ethernet card or NiC card network properties. Unchecke  all the settings except for  TCP/IPv4 protocol. Go to the properties of TCP/IPv4 and …

Continue reading Connect On premise with RAAS

Connect to you On-premises Network From Azure: Site to Site VPN (ARM)

What is Site to Site VPN Site-to-site VPN is a type of VPN connection that is created between on your azure and On-premises locations. It provides the ability to connect geographically separate locations or networks & usually over the public Internet connection or a WAN connection. A Site-to-Site VPN gateway connection is used to connect your on-premises network …

Continue reading Connect to you On-premises Network From Azure: Site to Site VPN (ARM)

Azure VPN or Virtual Network (Vnets)

What Azure Virtual Networks ? Azure Virtual Networks is secure way to connect Azure resources & each other with virtual networks (VNets).A VNet is a represent of your own network in the cloud. VNet is a logical isolation of the Azure cloud dedicated to your subscription. We can also connect VNet to our on-premises network. …

Continue reading Azure VPN or Virtual Network (Vnets)

Azure DNS Records and limitations

DNS records  Record names Azure DNS are specified by using the relative names and fully qualified domain name (FQDN) includes the zone name. Note:-  Relative record name 'www' in the zone 'Rcloud.com' than the fully qualified record name would be 'www.Rcloud.com'. Record types Every DNS record has a name & type. DNS Records are organized …

Continue reading Azure DNS Records and limitations

Bring your on Azure DNS

What is Azure DNS  (Domain Name System)? Azure DNS or DNS is responsible for translating (or resolving) a website or service name to its IP address. Azure DNS is a hosting service for DNS domains, providing name resolution using Microsoft Azure infrastructure. Hosting your domains in Azure, We can manage our DNS records using the …

Continue reading Bring your on Azure DNS

Blobs, File, Tables and queue storage configuration

Storage account are covered below sub storage accounts where your data will store and data will be segregated in storage account as per your services accordingly. Blob Storage: Blob storage stores unstructured object data.A blob can be any type of text or binary data, such as a document, media file, or application installer.Blob storage is also …

Continue reading Blobs, File, Tables and queue storage configuration