如何使用 Windows Azure PowerShell

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用 Windows Azure PowerShell相关的知识,希望对你有一定的参考价值。

参考技术A 如何使用 Windows Azure PowerShell
http://www.windowsazure.cn/zh-cn/develop/nodejs/how-to-guides/powershell-cmdlets/
微软官方文档,介绍非常详细,内容丰富,你可以去看看

如何使用 Azure 在 Windows Phone 8 中为特定设备发送推送通知

【中文标题】如何使用 Azure 在 Windows Phone 8 中为特定设备发送推送通知【英文标题】:how to send push notification for a specific device in windows phone 8 using azure 【发布时间】:2014-10-20 04:06:16 【问题描述】:

我正在开发 Windows Phone 应用程序,为此我需要为特定设备或特定手机发送推送通知。 我已经成功地一键发送所有设备的推送通知,但是我无法实现为特定手机发送推送通知。我已经尝试了很多我上网但我找不到它。

【问题讨论】:

【参考方案1】:

嘿,您需要获取手机的令牌或设备 ID 并保存到服务器和另一件事,当您在 Microsoft 控制台上注册时,它会为我们提供服务器端所需的服务器密钥。那么您可以通过 MPNS 获得通知.. 谢谢

试试这个方法,希望能帮助你解决问题

【讨论】:

感谢您的回复,它适用于 android,但不适用于 windows phone!我都试过了。对于 Windows 手机,我使用 MPSN 和 android GCM。 我还有一个问题,如何通过既不使用 GCM 也不使用 MPNS 来获取通知。 @Nisar 推送通知的另一种方法是解析通知。检查此[parse.com/user_session/new]。这是使用通知的最佳方式。首先你注册你的应用程序,在你得到两个密钥之后,你可以通过解析获得通知。 终于通过azure.microsoft.com/en-us/documentation/articles/…搞定了,谢谢。我没试过parse.com/user_session/new] 是的,我也试过了,但我也必须通过 Azure Mobile 连接它。

以上是关于如何使用 Windows Azure PowerShell的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 Windows Azure PowerShell

如何在 Azure 服务结构中迁移 Windows 服务

如何使用 Windows Azure 实现 URL 重写?

如何将推送通知从 Azure 发送到 Windows Mobile Cordova 应用程序

如何使用 Azure 中的所需状态配置 (DSC) 进行 Windows VM 的代理设置?

适用于 Windows 商店 8.1 的 Windows Azure node.js 推送通知 - 如何使用“createRawTemplateRegistration”模板?