azure-mgmt-appcontainers
Microsoft Azure Appcontainers Management Client Library for Python
Description
Microsoft Azure SDK for Python
This is the Microsoft Azure Appcontainers Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release.
Disclaimer
Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691
Getting started
Prerequisites
- Python 3.9+ is required to use this package.
- Azure subscription
Install the package
pip install azure-mgmt-appcontainers
pip install azure-identity
Authentication
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
AZURE_CLIENT_IDfor Azure client ID.AZURE_TENANT_IDfor Azure tenant ID.AZURE_CLIENT_SECRETfor Azure client secret.
In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.
With above configuration, client can be authenticated by following code:
from azure.identity import DefaultAzureCredential
from azure.mgmt.appcontainers import ContainerAppsAPIClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ContainerAppsAPIClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Examples
Code samples for this package can be found at:
- Search Appcontainers Management on docs.microsoft.com
- Azure Python Mgmt SDK Samples Repo
Troubleshooting
Next steps
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
4.0.0 (2025-10-24)
Features Added
- Model
ContainerAppsAPIClientadded parametercloud_settingin method__init__ - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_endpoint_connections - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_link_resources - Client
ContainerAppsAPIClientadded operation grouphttp_route_config - Client
ContainerAppsAPIClientadded operation groupmaintenance_configurations - Client
ContainerAppsAPIClientadded operation grouplogic_apps - Model
AzureFilePropertiesadded propertyaccount_key_vault_properties - Enum
BindingTypeadded memberAUTO - Model
CertificatePropertiesadded propertydeployment_errors - Enum
CertificateProvisioningStateadded memberDELETING - Model
ConnectedEnvironmentStoragePropertiesadded propertyprovisioning_state - Model
ConnectedEnvironmentStoragePropertiesadded propertydeployment_errors - Model
ContainerAppadded propertykind - Model
Dapradded propertyapp_health - Model
Dapradded propertymax_concurrency - Model
DaprComponentadded propertyprovisioning_state - Model
DaprComponentadded propertydeployment_errors - Model
ManagedEnvironmentadded propertyingress_configuration - Model
ManagedEnvironmentadded propertyprivate_endpoint_connections - Model
ManagedEnvironmentadded propertypublic_network_access - Added model
ConnectedEnvironmentPatchResource - Added enum
ConnectedEnvironmentStorageProvisioningState - Added model
DaprAppHealth - Added enum
DaprComponentProvisioningState - Added model
ErrorEntity - Added model
HttpRoute - Added model
HttpRouteAction - Added model
HttpRouteConfig - Added model
HttpRouteConfigCollection - Added model
HttpRouteConfigProperties - Added model
HttpRouteMatch - Added model
HttpRouteProvisioningErrors - Added enum
HttpRouteProvisioningState - Added model
HttpRouteRule - Added model
HttpRouteTarget - Added model
IngressConfiguration - Added enum
Kind - Added model
LogicApp - Added model
MaintenanceConfigurationCollection - Added model
MaintenanceConfigurationResource - Added model
PrivateEndpoint - Added model
PrivateEndpointConnection - Added model
PrivateEndpointConnectionListResult - Added enum
PrivateEndpointConnectionProvisioningState - Added enum
PrivateEndpointServiceConnectionStatus - Added model
PrivateLinkResource - Added model
PrivateLinkResourceListResult - Added model
PrivateLinkServiceConnectionState - Added enum
PublicNetworkAccess - Added model
ResourceTags - Added model
ScheduledEntry - Added model
SecretKeyVaultProperties - Added enum
WeekDay - Added model
WorkflowEnvelope - Added model
WorkflowEnvelopeCollection - Added model
WorkflowEnvelopeProperties - Added model
WorkflowHealth - Added enum
WorkflowHealthState - Added enum
WorkflowKind - Added enum
WorkflowState - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_delete - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_update - Operation group
ConnectedEnvironmentsDaprComponentsOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsDaprComponentsOperationsadded methodbegin_delete - Operation group
ConnectedEnvironmentsStoragesOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsStoragesOperationsadded methodbegin_delete - Added operation group
HttpRouteConfigOperations - Added operation group
LogicAppsOperations - Added operation group
MaintenanceConfigurationsOperations - Added operation group
ManagedEnvironmentPrivateEndpointConnectionsOperations - Added operation group
ManagedEnvironmentPrivateLinkResourcesOperations
Breaking Changes
- Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.delete - Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.update - Deleted or renamed method
ConnectedEnvironmentsDaprComponentsOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsDaprComponentsOperations.delete - Method
ConnectedEnvironmentsOperations.updateinserted apositional_or_keywordparameterenvironment_envelope - Deleted or renamed method
ConnectedEnvironmentsStoragesOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsStoragesOperations.delete - Deleted or renamed operation group
ContainerAppsAPIClientOperationsMixin
4.0.0b1 (2025-08-19)
Features Added
- Client
ContainerAppsAPIClientadded operation groupapp_resiliency - Client
ContainerAppsAPIClientadded operation groupbuilders - Client
ContainerAppsAPIClientadded operation groupbuilds_by_builder_resource - Client
ContainerAppsAPIClientadded operation groupbuilds - Client
ContainerAppsAPIClientadded operation groupbuild_auth_token - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_builds_by_container_app - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_builds - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_label_history - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_patches - Client
ContainerAppsAPIClientadded operation groupdot_net_components - Client
ContainerAppsAPIClientadded operation groupfunctions_extension - Client
ContainerAppsAPIClientadded operation grouplogic_apps - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_endpoint_connections - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_link_resources - Client
ContainerAppsAPIClientadded operation groupdapr_component_resiliency_policies - Client
ContainerAppsAPIClientadded operation groupdapr_subscriptions - Client
ContainerAppsAPIClientadded operation grouphttp_route_config - Client
ContainerAppsAPIClientadded operation groupmaintenance_configurations - Enum
ActiveRevisionsModeadded memberLABELS - Model
AzureFilePropertiesadded propertyaccount_key_vault_properties - Model
BaseContaineradded propertyimage_type - Enum
BindingTypeadded memberAUTO - Model
BlobStorageTokenStoreadded propertyblob_container_uri - Model
BlobStorageTokenStoreadded propertyclient_id - Model
BlobStorageTokenStoreadded propertymanaged_identity_resource_id - Model
CertificatePropertiesadded propertydeployment_errors - Model
CertificatePropertiesadded propertycertificate_type - Enum
CertificateProvisioningStateadded memberDELETING - Model
Configurationadded propertytarget_label - Model
Configurationadded propertyrevision_transition_threshold - Model
ConnectedEnvironmentStoragePropertiesadded propertyprovisioning_state - Model
ConnectedEnvironmentStoragePropertiesadded propertydeployment_errors - Model
ConnectedEnvironmentStoragePropertiesadded propertysmb - Model
Containeradded propertyimage_type - Model
ContainerAppadded propertykind - Model
ContainerAppadded propertydeployment_errors - Model
ContainerAppadded propertypatching_configuration - Model
ContainerResourcesadded propertygpu - Model
Dapradded propertyapp_health - Model
Dapradded propertymax_concurrency - Model
DaprComponentadded propertyservice_component_bind - Model `Github