PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}?api-version=2024-03-01 URI 參數 展開資料表 名稱位於必要類型Description containerAppName path True string 容器應用程式的名稱。 resourceGroupName pa...
ContainerAppAvailableWorkloadProfileProperties ContainerAppAzureActiveDirectoryConfiguration ContainerAppAzureActiveDirectoryLoginConfiguration ContainerAppAzureActiveDirectoryRegistrationConfiguration ContainerAppAzureActiveDirectoryValidationConfiguration ContainerAppAzureFileProperties ContainerAppAzureStaticWebAppsConfigurati...
"volumeMounts": [ { "mountPath": "/myempty", "volumeName": "myempty" }, { "mountPath": "/myfiles", "volumeName": "azure-files-volume" }, { "mountPath": "/mysecrets", "volumeName": "mysecrets" } ] } ], "initContainers": [ { "image": "repo/testcontainerAppsJob0:v4", ...
程序集: Microsoft.Azure.Management.ContainerInstance.Fluent.dll 包: Microsoft.Azure.Management.ContainerInstance.Fluent v1.38.1 卷装载的属性。C# 复制 public class VolumeMount继承 Object VolumeMount 构造函数 展开表 VolumeMount() 初始化 VolumeMount 类的新实例。 VolumeMount(String, String, Nul...
containers:-args:-while true; do sleep 30; done;command:-/bin/bash--c---image:docker.io/ubuntuname:container1probes:[]resources:cpu:0.5memory:1GivolumeMounts:-mountPath:/volumes/azurefilevolumeName:azure-files-volume-mountPath:/volumes/tempvolumeName:temporary-volume-args:-while true; do sl...
Azure app service supports the functionality to mount Azure Storage as a network share in a built-in Linux container or a custom Linux container in App Service. The detailed steps are provided in the following document: Mount Azure Storage as a local share (container...
"2500m"ports:-name:port8080containerPort:8080protocol:TCP-name:port50000containerPort:50000protocol:TCPvolumeMounts:-name:jenkins-homemountPath:/var/jenkins_homevolumes:-name:jenkins-homepersistentVolumeClaim:claimName:azurefileforjenkins---apiVersion:v1kind:Servicemetadata:name:jenkinsspec:type:Load...
nginx1 # 必须匹配 .spec.selector.matchLabelsspec:terminationGracePeriodSeconds:10containers:-name:nginx1image:mcr.microsoft.com/oss/nginx/nginx:1.15.5-alpineports:-containerPort:80name:pvcwebvolumeMounts:-name:testpvcmountPath:/nmt/nginxvolumes:-name:testpvcpersistentVolumeClaim:claimName:test-pvc-...
mariadb.sh - one-touch MariaDB, boots docker container + drops in to mysql shell, with /sql scripts mounted in container for easy sourcing eg. source /sql/<name>.sql. Optionally loads sample 'chinook' database postgres*.sh / psql.sh - PostgreSQL scripts: postgres.sh - one-touch Postg...
- containerPort: 5432 volumeMounts: - name: db-volume mountPath: "/var/lib/postgresql/data" volumes: - name: db-volume persistentVolumeClaim: claimName: my-db-data kind: PersistentVolumeClaim apiVersion: v1 metadata: name: my-db-data ...