deploy a maui app

Ehab Mansour 1 Reputation point
2022-10-05T14:50:35.493+00:00

hello,
can u suggest how to deploy a Maui app from App Services?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,912 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Stéphane CACLIN 1 Reputation point
    2022-11-02T10:26:23.597+00:00

    Hi Ehab,

    Maybe you don't clearly understood what's MAUI is.

    MAUI deployment target is not App Service or WebApp like App Service in Azure.
    As Rob said, target deployement is only device app like Android, iOS, or Windows app.

    Be carefull with MAUI Blazor app, even if the name contains Blazor, the target still remains a device app, but you can developp with web technologies like Blazor through WebView component in Maui.

    Hope this answer helps you.

    0 comments No comments