Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
you have to add a www entry to the dns, I think an A record with www on the left and @ on the right will do the trick. After adding it, wait 15+ minutes for the new entry to appear, and the old cached entry to expire.
thinking about it, I think @ on the right will only work with a CNAME. <br> <br>if you add an A, put in your IP address on the right, <br>if you add a CNAME, put in shilpi.com on the right <br> <br>CNAME or A will work, you only need one or the other, not both.
Its working now. <br> <br>I put www in the left column and @ in the right column in CNAME record. <br> <br>Thanks