Azure Custom Mobile applications and deployment

Kieron OConnor 1 Reputation point
2021-02-01T11:57:11.523+00:00

Hey,

So we have a custom mobile app that has to be sideloaded as its not on the playstore.
i am trying to find a way we could deploy it, sharepoint dosnt seem to be able to complete this function.

does anyone know if azure can do this i have the APK files

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,945 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 15,256 Reputation points Microsoft Employee
    2021-02-04T01:07:19.757+00:00

    @Kieron OConnor , thank you for your question.

    My understanding is that you need to host your APK files so customers can download the files and then sideload your app on their Android devices.

    Azure does have options for file hosting. You could store your APK files in something like Azure Storage and then serve up a link to download the files on your site.

    If you do not have a site, you could use something like Azure Web Apps.

    And if you're not a web developer, you can use something like Azure Power Apps instead, which is a low-code approach to web development.