Hi Kirsten Rode, you need to mount multiple time for the same storage account try to use this YAML in your app and you need to create 3 shares in your storage account
version: '3.5'
location: eastus
name: jitsimeetci
properties:
containers:
- name: web
properties:
image: jitsi/web
resources:
requests:
cpu: 1
memoryInGb: 1.5
ports:
- protocol: tcp
port: 80
- protocol: tcp
port: 443
- protocol: tcp
port: 22
environmentVariables:
- name: AMPLITUDE_ID
value: AMPLITUDE_ID
volumeMounts:
- name: config
mountPath: /web/
- name: crontabs
mountPath: /web/crontabs/
- name: transcripts
mountPath: /transcripts/
restartPolicy: always
osType: Linux
ipAddress:
type: Public
ports:
- protocol: tcp
port: 80
- protocol: tcp
port: 443
- protocol: udp
port: 10000
- protocol: tcp
port: 22
- protocol: tcp
port: 5349
volumes:
- name: config
azureFile:
sharename: config
storageAccountName: metisjitsi
storageAccountKey: 0000000
- name: crontabs
azureFile:
sharename: crontabs
storageAccountName: metisjitsi
storageAccountKey: 00000000
- name: transcripts
azureFile:
sharename: transcripts
storageAccountName: metisjitsi
storageAccountKey: 000000