You have two options for deploying FME Server onto Azure currently, they are as follows:
- Kubernetes deployment: The Kubernetes deployment is out of tech preview for FME Server 2019.1. Here is the official documentation: (http://docs.safe.com/fme/2019.2/html/FME_Server_Documentation/AdminGuide/Kubernetes/Kubernetes-Deploying-Intro.htm). I would recommend to use this deployment method if you want a highly available (HA) deployment of FME Server and have knowledge of Kubernetes. Note, only Linux is supported.
- Single host deployment: You can, of course, launch a virtual machine and install FME Server on it manually as you appear to be doing now.
A third option should be available in the Autumn:
- Multi VM-deployment: This will enable an HA deployment of FME Server on multiple Windows VMs. We will leverage Azure Resource Manager to create a template (YAML file) that enables you to launch an FME Server on multiple VMs with one click. We will try to make this available on the Azure Marketplace.
In terms of the upgrade path for the FME Server Kubernetes deployment. We are planning to support enabling you to upgrade FME Server via the helm command for hotfix upgrades, i.e. 2019.1.1.1 to 2019.1.1.2. For major upgrades, i.e. 2019.1 to 2019.2 you would still need to deploy another FME Server and then migrate manually.
With regards to the storage, your current setup is fine for a single host deployment. That is how we do things on FME Cloud with the OS on one disk, temp files and the application on another disk. If you are deploying a HA version of FME Server you would need to use Azure Files Premium which we have tested with our Kubernetes deployment.
You have two options for deploying FME Server onto Azure currently, they are as follows:
- Kubernetes deployment: The Kubernetes deployment is out of tech preview for FME Server 2019.1. Here is the official documentation: (http://docs.safe.com/fme/2019.2/html/FME_Server_Documentation/AdminGuide/Kubernetes/Kubernetes-Deploying-Intro.htm). I would recommend to use this deployment method if you want a highly available (HA) deployment of FME Server and have knowledge of Kubernetes. Note, only Linux is supported.
- Single host deployment: You can, of course, launch a virtual machine and install FME Server on it manually as you appear to be doing now.
A third option should be available in the Autumn:
- Multi VM-deployment: This will enable an HA deployment of FME Server on multiple Windows VMs. We will leverage Azure Resource Manager to create a template (YAML file) that enables you to launch an FME Server on multiple VMs with one click. We will try to make this available on the Azure Marketplace.
In terms of the upgrade path for the FME Server Kubernetes deployment. We are planning to support enabling you to upgrade FME Server via the helm command for hotfix upgrades, i.e. 2019.1.1.1 to 2019.1.1.2. For major upgrades, i.e. 2019.1 to 2019.2 you would still need to deploy another FME Server and then migrate manually.
With regards to the storage, your current setup is fine for a single host deployment. That is how we do things on FME Cloud with the OS on one disk, temp files and the application on another disk. If you are deploying a HA version of FME Server you would need to use Azure Files Premium which we have tested with our Kubernetes deployment.
Thanks Stewart for the information. We discussed the options with our migration team and it looks like we will go with the single host deployment.
You have two options for deploying FME Server onto Azure currently, they are as follows:
- Kubernetes deployment: The Kubernetes deployment is out of tech preview for FME Server 2019.1. Here is the official documentation: (http://docs.safe.com/fme/2019.2/html/FME_Server_Documentation/AdminGuide/Kubernetes/Kubernetes-Deploying-Intro.htm). I would recommend to use this deployment method if you want a highly available (HA) deployment of FME Server and have knowledge of Kubernetes. Note, only Linux is supported.
- Single host deployment: You can, of course, launch a virtual machine and install FME Server on it manually as you appear to be doing now.
A third option should be available in the Autumn:
- Multi VM-deployment: This will enable an HA deployment of FME Server on multiple Windows VMs. We will leverage Azure Resource Manager to create a template (YAML file) that enables you to launch an FME Server on multiple VMs with one click. We will try to make this available on the Azure Marketplace.
In terms of the upgrade path for the FME Server Kubernetes deployment. We are planning to support enabling you to upgrade FME Server via the helm command for hotfix upgrades, i.e. 2019.1.1.1 to 2019.1.1.2. For major upgrades, i.e. 2019.1 to 2019.2 you would still need to deploy another FME Server and then migrate manually.
With regards to the storage, your current setup is fine for a single host deployment. That is how we do things on FME Cloud with the OS on one disk, temp files and the application on another disk. If you are deploying a HA version of FME Server you would need to use Azure Files Premium which we have tested with our Kubernetes deployment.
can you configure AzureAD into 2019.1 instead of Active Directory?