Using Console
Using CLI
<resource-group-name>
with a unique name for the resource group and <location>
with the location where you want to create the resource group.
<app-name>
with a unique name for the web app, <resource-group-name>
with the name of the resource group you created in step 2, <app-service-plan>
with the name of the app service plan you want to use, and --runtime "DOTNETCORE|3.1"
with the runtime version you want to use.
<app-name>
with the name of the web app you created in step 3 and <resource-group-name>
with the name of the resource group you created in step 2.
<app-name>
with the name of the web app you created in step 3 and <resource-group-name>
with the name of the resource group you created in step 2.
If the output of the command is true
, then Certificate Transparency is enabled for the web app.
Using Python