And I have another question related to my one abov...
# general
r
And I have another question related to my one above: In order to get logging working on my Azure instance I had to install a site extension for application logging. There are at least two ways to do this in the UI: 1. Find your app service on https://portal.azure.com/ 2. In the left-hand menu under Monitoring go to App Service logs. 3. Click the banner that says "Click here to install the ASP.NET Core site extensions to enable Application Logging". Other way: 1. Find your app service on https://portal.azure.com/ 2. In the left-hand menu, under the heading Development Tools go to Extensions. 3. Click Add, then Choose extension and find "ASP.NET Core Logging Integration". Click it. 4. Click "Accept legal terms" and OK, then OK again. Can I automate this with Pulumi?