Delphi Web 应用程序在 Azure 的可能性

huangapple go评论65阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年5月14日 17:19:22
  • 转载请务必保留本文链接:https://go.coder-hub.com/76246707.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定