Wednesday, 27 July 2022

point domain in godaddy to azure

 Today i am going to teach you how to point auzre static web app to go daddy domain

1.go to azure portal under customdomain click on add 

2.give domain name with www save then copy cname record

3.go to godaddy click on mydomain >> domain settings

4.click on add 

5.select cname and type www and paste which copied in setp 2

if you still not getting click on this Link

No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...