简体   繁体   English

如何使用自定义端口配置 Azure 角色以连接到 Windows Azure 存储仿真器?

[英]How do I configure an Azure role to connect to Windows Azure Storage Emulator using custom ports?

I needed to customize my storage emulator ports to deal with a system process that uses the same default ports.我需要自定义我的存储模拟器端口来处理使用相同默认端口的系统进程。 That all works fine.这一切都很好。

Now, how do I update my Azure service role's configuration to use the updated ports?现在,如何更新我的 Azure 服务角色的配置以使用更新后的端口?

Untested, but would something like this work?未经测试,但这样的东西会起作用吗? From http://msdn.microsoft.com/en-us/library/ee758697.aspx :http://msdn.microsoft.com/en-us/library/ee758697.aspx

BlobEndpoint=myBlobEndpoint;QueueEndpoint=myQueueEndpoint;TableEndpoint=myTableEndpoint;AccountName=myAccountName;AccountKey=myAccountKey

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在部署角色之前强制启动Azure Compute Emulator? - How do I force start Azure Compute Emulator before the role is deployed? 使用Azure Compute模拟器调试单角色实例 - Debug single role instance with Azure Compute emulator 如何修复 VS 2010 中 Azure 的错误运行存储模拟器? - How to fix error running storage emulator for Azure in VS 2010? 在Compute Emulator下启动Azure Web角色时“无端点监听” - “No endpoint listening” when starting an Azure web role under Compute Emulator 使用 Azure 计算模拟器的角色实例的调试问题,“/”应用程序中的服务器错误 - Debugging problem for a Role instance with Azure Compute Emulator,Server Error in '/' Application 在Windows Azure上打包和发布Web角色时不包括资源文件 - Resource file is not included when packaging and publishing web role on windows azure 如何附加到Windows Phone模拟器中运行的应用程序? - How do I attach to an app running inside the Windows Phone emulator? Azure VM角色问题 - Azure VM Role Problem 如何在Windows Azure项目中禁用角色? - How can I disable roles in a Windows Azure project? Azure-在没有Azure模拟器的情况下调试Web应用程序 - Azure - Debug web application without Azure Emulator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM