Skip to content
Docs Try Aspire

AzureAppServiceEnvironmentResource Properties

Class Properties 5 members
Represents an Azure App Service Environment resource.
AzureAppInsightsConnectionStringReference Section titled AzureAppInsightsConnectionStringReference BicepOutputReference
Gets the Application Insights Connection String.
public BicepOutputReference AzureAppInsightsConnectionStringReference { get; }
AzureAppInsightsInstrumentationKeyReference Section titled AzureAppInsightsInstrumentationKeyReference BicepOutputReference
Gets the Application Insights Instrumentation Key.
public BicepOutputReference AzureAppInsightsInstrumentationKeyReference { get; }
ContainerRegistry Section titled ContainerRegistry nullable AzureContainerRegistryResource?
Gets the Azure Container Registry resource used by this Azure App Service Environment resource.
public AzureContainerRegistryResource? ContainerRegistry { get; }
DashboardUriReference Section titled DashboardUriReference BicepOutputReference
Gets the URI of the App Service Environment dashboard.
public BicepOutputReference DashboardUriReference { get; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the name of the App Service Plan.
public BicepOutputReference NameOutputReference { get; }