英文:
Delphi webapplication for Azure possibilities
问题
Is it possible to create a Delphi web application deployable in the Microsoft Azure cloud? I need to create a web application that only displays data from a SQL database with a few controls to filter the data. Alternative solutions are welcome. Cloud-based Power BI accessible from the public internet would be fine, but Azure does not offer this. What I do not want is to code in PHP or C# because I don't have skills in these languages. I have skills in Delphi, Power BI, SQL Server Reporting Services, Fast Report, and I am looking for something similar.
英文:
Is possible create Delphi webapplication deployable in Microsoft Azure cloud. I need to create webapplication which only show data from SQL database with few controls to filter data ?
Alternative solutions are welcomed. CLoud based Power BI accessible from public internet will be fine but Azure not offering this.
What I not want is coding PHP or C# because i havent skills in this.
I have skils in Delphi, Power BI, SQL Server Reporting services, Fast Report, ... then I am finding something simmilar
答案1
得分: 1
我会看看将您的代码容器化,推送到Azure容器注册表,然后使用其中一个容器服务来运行Web应用程序。对于快速原型设计,Azure容器实例服务可能会很有用,因为它很简单。
在Azure上使用Delphi并不是一个常见的做法,正如Google搜索所示。容器化可以消除这一问题,并在重新平台化应用程序时对您更有用。
英文:
I'd look at containerising your code, pushing to an Azure Container Registry and then using one of the container services to run the web application. For fast prototyping, the Azure Container Instance service can be useful because of its simplicity.
Delphi on Azure isn't a well trodden path, as a google search illustrates. Containerisation negates this and will be more useful to you when replatforming the app.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论