WEB API Enhancements using Nlog for activities logging
Activities:
1. Logon to Azure to create Blob storage
2. Copy the connection string
3. Open Visual Studio, add NLog.Web.AspNetCore, NLog.Extensions.AzureBlobStorage nuget packages
4. Create Nlog.Config and update content
5. Update the program.cs
6. Update Concreate Class to write to Nlogfile
7. Build Sol and Deploy via CI/CD
8. Resolve Secret issues in GitHub command prompt
8. Open Azure storage explore from your local Machine and enter connection string to view the logFiles
Code:
https://github.com/AgbonAgb/EmployeeR...