Create Subdomain and configure that with AWS services - asp.net-core-webapi

I want to create subdomain with the .NET core code and redirect that to the Amazon web Services how it will generate

Related

How can we migrate IIS apps to docker containers on a VM one at a time?

We currently have an ASP.NET web site that gets deployed in IIS with several Web API services as individual apps under the web site. Additionally we stand up a VM per customer with all of our apps deployed on each VM using a sub domain to route customer specific traffic to the VM that is configured for their use. URLs are similar to those below.
https://OurAmazingCustomer.OurCleverDomain.com/app1/customers
https://OurAmazingCustomer.OurCleverDomain.com/app2/orders
https://OurAmazingCustomer.OurCleverDomain.com/app3/catalogs
https://OurAmazingCustomer.OurCleverDomain.com/app4/audits
How can we deploy, for example, app3 in a docker container without needing to change the url route, while app1, app2 and app4 remain deployed as code under IIS?

Deploy ASP.Net Website and REST Web Service in Plesk (GoDaddy)

I managed to deploy my website in Plesk, but how do I deploy my REST web service? Which folder should I put it in? Should I buy another hosting just for the web service?

Host Azure website application to another domain

Currently my application url is xyz.azurewebsites.net. I have to host that application to another domain like www.xyz.com. I have company's domain and I have to host from xyz.azurewebsite.net to company's domain.
I don't know how to host from azurewebsite.net to another domain.
Please suggest me proper steps.
Thanks!
I'd suggest you configure a custom domain name for your web site. Since you already have company's domain as the custom domian. You just need to do below two basic steps:
1.Create DNS records that map the domain to your Azure web app.
2.Add the domain name inside the Azure Portal.
Note: Setting a custom domain name is only available for the Shared, Basic and Standard modes for Web Apps. Before switching a web app from the Free mode to the Shared, Basic or Standard mode, you must first remove spending caps in place for your Web Apps subscription.
For detailed information, please refer to this MS article.

How can I deploy my web application In dedicated server using SQL Server and Asp.net?

I have a website developed in ASP.NET and SQL Server 2005. Now I have purchased a dedicated server to deploy the website.
I have trouble combining the Pleck Control Panel and my web server. How can I deploy my website on this web server usingPlesk Control Panel (cPanel).
Install web deploy to your server
Create your website in iis
Deploy your application using visual studio.
Add a customer to your plesk panel (just add yourself)
Add a website to customer you created (with domain you want to use with)
Go to website options and disable hosting (This will allow iis to respond request coming to that domain)

Is it possible to publish a website as a subsite to azure using Asp.Net MVC 4

Is it possible publish a mvc website as a subsite to an exisiting site on azure?
Im running a CMS (Composite C1) that is published to azure and i wonder if I can publish a MVC project to the same webrole/instance such www.mysite.com is the cms system and then my mvc project is running as www.mysite.com/myproject/ or myproject.mysite.com ?
Yes you can I run my business site that way (www.staffquick.com points to one site and screen.staffquick.com points to another).
You simply need to add a CNAME record in your domain registrar (i.e. GoDaddy) and point it to the VIP (virtual IP address) of your Azure site. Your VIP will not change if you do not delete your cloud service...so if you maintain it and just update it, you will be fine. Therefore, myproject CNAME can point to one IP address and www can point to another IP address.
I have had my 2 blogs up on Azure for 2 years now and my VIPs have not changed and not a single day of downtime to it.

Resources