Setting upp a Azure App Service with a custom sub-domain using CloudFlare So you want to use a custom sub domain for your Azure App Service and you are using CloudFlare as your DNS server. The problem here is that the Domain ownership does not
commands Developer focused ConEmu setup Download the config and import it to ConEmu Create a shortcut to C:\tools\cmder\vendor\conemu-maximus5\ConEmu64.exe -MinTSA And put it here %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
How to auto start and keep and ASP.NET core Web Application running on IIS and Azure Web Site How to auto start and keep an ASP.NET core web application running on IIS 1e3)g=1e3;else if(~~g
Azure Setting up CI-CD pipeline with staging and production environment in Azure Dev Ops for Angular 8 When building a pure SPA application like an Angular 8 app you don't have the luxury of server side rendering. This means you can't change use different environment variables in your SPA application without exposing all environments to the users.
commands openssl pkcs12 -export -out certificate.pfx -inkey private.key -in certificate.crt Use this openssl command to convert a certificate and a private key to a .PFX certificate with a password. openssl pkcs12 -export -out certificate.pfx -inkey private.key -in certificate.crt