Ms access runtime on Azure VM

Auntiejack 201 Reputation points
2020-09-21T02:53:33.357+00:00

Can i provision an Azure VM with Microsoft Access runtime and a SQL Server ODBC driver? I don't need Office 365, just want user to hook into an Azure db which I've created. No data is stored in the front-end .accde file. If it is possible to provision the AVM with a gallery MS Access runtime, I presume I'd also need to allocate a storage resource to hold the accde front end file? Thanks.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,560 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sam Cogan 10,342 Reputation points MVP
    2020-09-21T08:46:57.783+00:00

    There is not an existing VM image that contains the Access Runtime and SQL ODBC driver, so to get a VM with this you would need to do one of the following:

    • Deploy a VM and manually install this software
    • Using the PowerShell DSC or custom script extension as part of the deployment to install this software at deploy time
    • Create a custom image with the software pre-configured
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Auntiejack 201 Reputation points
    2020-09-21T13:54:55.313+00:00

    Thanks, gives me clear options of the way forward. Much appreciated.
    Jack

    0 comments No comments