How to Change Dynamic IP to Static in Azure
Navigate to portal.azure.com
Click on All services search IP and click on Public IP Address:
Select your desired IP address name associated to VM: (https://storage.crisp.chat/users/helpdesk/website/68e1878d09d50400/cc1ef74a-2491-4a32Some readersHow to check DNS SRV records for Federation, Edge and Exchange
Just search the “cmd” in the search box.
Open it.
Type “nslookup”, and then press ENTER.
It’ll connect to a dns server.
To connect to google dns server, type “server 8.8.8.8” and press enter.
It’ll then be connected to googles dns server.
Type “set type=al” and press enter.
Type “sipfederationtls.tcp.communicationsquare.com”.
Entering the above command will give the SRV records of Communication Square federation.
For different fedFew readersHow to Create a NSG and Create Rules for it in Azure
Create the NSG-Frontend NSG
To create the NSG-FrontEnd NSG, complete the following steps:
From a browser, navigate to https://portal.azure.com and, if necessary, sign in with your Azure account.
Select + Create a resource > > Network Security Groups.
Under Network security groups, select Add.
(https:Few readersHow to Redirect and Forcing WWW in URL with .htaccess file
Redirecting a URL
Using Redirect in an .htaccess file enables you to redirect users from an old page to a new page without having to keep the old page. For example, if you use index.html as your index file and then later rename index.html to home.html, you could set up a redirect to send users from index.html to home.html. For example:
Redirect /path/to/old/file/old.html http://www.example.com/new/file/new.html
The first path to the old file must be a local UNIX path, NOT the full path. SoFew readersAzure Content Delivery Network (CDN)
Azure Content Delivery Network (CDN)
Step 1: Create a storage account, cloud service, web application
Log in to the Azure portal with your Azure account.
In search bar type storage account and then choose from left navigation pane.
+ Create to create new storage account
Choose your subscription and resource group
and Create Upon comFew readers