0

I am working on an ASP.NET web application. The idea is that it will be sold as a "package" for simple deployment. I've made webdeploy based ZIP package for deploying directly from IIS (Import Application feature). It allows user to specify all settings (names, users, passwords) in a text fields. Then everything (even database) is deployed, configured and ready to use without any deep knowledge or manual configuration.

I would like to have the same experience when someone would like to deploy my application to Azure. I mean everything should be in one package and person responsible for deployment should only fill in few text boxes to configure and deploy whole application (with database its structure and initial data)

The question is: Is it possible? If yes where can I find any information?

Thanks, Marcin

4

1 に答える 1

0

良い、

可能な場合 - 可能です。しかし、あなたが探しているものを提供できるすぐに使えるツールはありますか? とは思いませんが、率直に言って、そのようなものを検索したことはありません。

可能なこと - 「アプリケーション インストーラー」(Umbraco インストーラー、WordPress インストーラーなど) を自分で提供し、「クラウド ワイズ」で考えて実行する必要があります。パッケージを提供するために、顧客はパッケージをクラウド サービスにアップロードし、ユーザーとパスワードの質問をする UI を実行します。

Azure のもう 1 つのオプションは、 Azure App MarketPlace (イントロ ラボ)を使用してマルチテナント方式に移行することです。この場合、完全な SaaS が顧客に提供されます。

Windows Azure Web サイトをアプリのターゲット プラットフォームとして使用する最後のチャンスについて考えています。しかし、率直に言って、Web デプロイ パッケージを直接提供できるかどうかはわかりません。Web デプロイ エージェントがあり、Visual Studio から直接 WAWS (Windows Azure Web Sites) に Web デプロイできますが、SQL サーバーのデータベース生成などには向かないと思います。

于 2012-07-11T19:52:26.570 に答える