Skip to content

arambazamba/moc-20487

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Download & Install VSCode

Azure CLI

Install Azure CLI

Azure CLI Reference

Certificates

Enable Chrome to trust self-signed localhost certs:

chrome://flags/#allow-insecure-localhost

Certificate Troubleshooting

dotnet dev-certs https --clean
dotnet dev-certs https -t

Running .NET Core

Download NuGet Packages

dotnet restore

Run Application

dotnet run | dotnet watch run

Run .Net Core that is available using IP-Address

dotnet run --urls http://0.0.0.0:5000 or dotnet run --urls https://0.0.0.0:5001

About

Developing Microsoft Azure and Web Services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published