在2016年2月10日安装Windows更新后,azure角色无法在模拟器中启动(Full/Express).日志显示如下
[00005748:00006624, 2016/02/14, 12:03:24.391, FATAL] Role process exited with exit code of -2147024809
[00005748:00006624, 2016/02/14, 12:03:24.397, INFO ] Stopping role: deployment25(0).AzureCloudService2.WebRole1_IN_0. Notify: False Recycle: False StopTimeout: 30
[00005748:00006624, 2016/02/14, 12:03:24.398, IMPRT] State of deployment25(0).AzureCloudService2.WebRole1_IN_0 changed from RoleStateBusy to RoleStateStopping.
[00005748:00006624, 2016/02/14, 12:03:24.398, IMPRT] State of deployment25(0).AzureCloudService2.WebRole1_IN_0 changed from RoleStateStopping to RoleStateStopped.
[00005748:00006624, 2016/02/14, 12:03:24.398, ERROR] <- WapGetEnvironmentVariable=0x800700cb
[00005748:00006624, 2016/02/14, 12:03:24.398, WARN ] (Ignoring) Reading environment variable CleanupFirewallOnRoleRestart failed with HR: 800700cb
[00005748:00006624, 2016/02/14, 12:03:24.398, INFO ] The value of cleanupFirewallOnRoleRestart …Run Code Online (Sandbox Code Playgroud) azure azure-worker-roles azure-web-roles azure-compute-emulator
是否可以配置可以使用SQL Server将数据从SQL Azure DB传输到AZURE VM的复制?
基本上,我想将事务数据从Sql AZURE移动到安装了SQL Server Standard的Azure VM中的本地服务器.我在Azure VM上使用SSRS来自服务器,并希望从此数据源运行报告.
我们尝试为SQL Azure DB配置地理复制,但除非它是Premium DB(价格昂贵),否则我们无法确定辅助数据库的区域.默认情况下,Azure使用North for South region和类似的地方,这将使报告运行速度非常慢.
sql-server azure reporting-services azure-virtual-machine azure-sql-database