Your IP : 216.73.216.220


Current Path : /etc/cloud/cloud.cfg.d/
Upload File :
Current File : //etc/cloud/cloud.cfg.d/91-azure_datasource.cfg

# This configuration file is used to connect to the Azure DS sooner
datasource_list: [ Azure ]
# By default, the Azure ephemeral temporary resource disk will be mounted
# by cloud-init at /mnt/resource.
#
# If the mountpoint of the temporary resource disk is customized
# to be something else other than the /mnt/resource default mountpoint,
# the RequiresMountsFor and ConditionPathIsMountPoint options of the following
# systemd unit should be updated accordingly:
#   temp-disk-swapfile.service (/etc/systemd/system/temp-disk-swapfile.service)
#
# For additional details on the temporary resource disk please refer to the MSDN documentation at:
# https://docs.microsoft.com/en-us/azure/virtual-machines/linux/managed-disks-overview#temporary-disk
mounts:
  - [ ephemeral0, /mnt/resource ]