本情報の内容(添付文書、リンク先などを含む)は、作成日時点でのものであり、予告なく変更される場合があります。 サポートでよくいただくご質問についてまとめてあります。また、一般的な Microsoft Azure に関するFAQはこちらにありますのでご参考ください。(Azure サポートに関する FAQ) Contents サポートに関するご質問 サブスクリプション契約 課金 障害 技術仕様 2014/8/7 updated サポートに関するご質問 質問 答え サポートサービスに問い合わせたい場合、どこから問い合わせればよいですか? 課金・サブスクリプションの場合はサブスクリプションをお持ちであれば無償でこちらからお問い合わせいただけます。 障害・技術に関するお問い合わせは、有償サポート契約が必要になります。購入についてはこちらをご参考ください。 サブスクリプションをもっていないのですが、無償で Microsoft Azure サポートに問い合わせできますか? Microsoft Azure の課金・サブスクリプション サポートは、契約に基づいて無償で提供されます。そのため、ご契約をお持ちでない場合にはご利用できません。ご購入前のお問い合わせについては、「ご購入前の相談窓口 (0120-952-593)」からご質問ください。 プレビュー機能はサポート窓口で対応していますか? プレビュー機能の有効化に関するお問い合わせは、サポート窓口で対応しております。細かい技術的なお問い合わせについては、英語版 MSDN フォーラムにて対応しています。 サポートプランはいろいろありますが、どれを選べばよいでしょうか? こちらのリンクに情報を提供しておりますので、ご参考ください。 サブスクリプション契約 質問 答え サブスクリプションを別のユーザー (Microsoft アカウント)に移行できますか? はい、可能です。Azure サブスクリプションの所有権の譲渡のドキュメントをご参照ください。 サブスクリプション内に展開しているサービスを別のサブスクリプションに移動することができますか? 移動は可能です。お客様側で実施できず、マイクロソフト側での作業が必要になりますので、こちらをご参考いただき、サポートまでご相談ください。状況によっては数日お時間をいただく場合もあります。 また、SQL データベースの移行であれば、お客様側で実施が可能ですので、こちらをご参考の上、移動してください。 無料評価版の期間を延長できますか? 現在 1 か月間無料評価版として利用できますが、期間の延長はできません。 無料評価版が期限切れで無効化されてしまいました。継続利用したいのですが、利用できますか? 従量課金契約をしていただくことで、データを引き継いで利用可能です。こちらのドキュメントをご参考ください。…
Enabling Failed Request Logging on a Windows Azure Web Site
Using Failed Request Tracing is a very useful tool for troubleshooting performance issue on your Azure App Service, for example a Web App, and for any website running on IIS. Azure Web Apps do not currently support a remote desktop connection and therefore the configuration of the Failed Request Tracing feature is performed via the Azure Management console. If you…
Optimizing C++ Code
Hi, my name is Jim Hogg and I am a Program Manager, working in the Visual C++ compiler team in Microsoft, based on the main campus here in Redmond. More specifically, I work in the part of the compiler that optimizes your code, to make it run faster, or to make it smaller, or a…
SharePoint 2013 App: Workflow with Custom Task Outcomes
In SharePoint 2013, there are many scenario in which use want to customized task form based upon business requirement. By default SharePoint provides “Approve” and “Reject” button at the bottom of your task form. So In this blog post I will explain you how we can create our own custom button for the workflow task…
SharePoint 2013 App Model: How to view list, list settings inside app
Tip#1: SharePoint hosted app Microsoft bring with new development approach “app” framework in SharePoint 2013 and whenever a new version of SharePoint brings a new development approach, developer often face some internal challenges. In SharePoint 2013 each app create a new “app web” inside the “host web”. SharePoint App web does not own setting page…
Create Cascading Dropdown in Browser enabled InfoPath form using InfoPath 2010
In this post you will learn how we to create the cascading dropdown in browser enabled InfoPath form. As many of us know that in Office InfoPath 2007 it is very difficult to create the cascading dropdown without writing any single line of code but in InfoPath 2010 we can create without any code. First…
Windows Media Services not supported on Windows Server 2012
[edited 2016-11-24 to include Windows Server 2016 info] I’ve been asked several times if Windows Media Services would be supported on Windows Server 2012. It is not. Microsoft stopped new development on WMS when Windows Media Services 2008 R2 was released. WMS is now in maintenance mode. This means that WMS will be maintained for…
Overview of Microsoft Dynamics AX build numbers
Microsoft Dynamics 365 for Operations (roadmap | what’s new) Version Build Availability To learn more Application version 1611 7.1.1541.3036 Nov 2016 Upgrade Platform Update 3 7.0.4307.16141 Nov 2016 Upgrade Platform Update 2 7.0.4230.16130 Aug 2016 Upgrade Platform Update 1 7.0.4127.16103 May 2016 Upgrade Application version 7.01 7.0.1265.23014* May 2016 Upgrade Platform version 7.0 RTW 7.0.4030.16079 Mar 2016 How…
The Code Index SDK
This blog post was updated in Dec 2016 to explain what changed with Visual Studio 2017. More in: The visual Studio Modeling SDK is part of Visual Studio 2017 Introduction In Visual Studio 11 Ultimate, the experience around the architecture diagrams has improved a lot, with respect to Visual Studio 2010. In particular, performance and scalability are…
Patterns for using the InitOnce functions
Letting the smart people do the work for you.