最新消息:ww12345678 的部落格重装上线,希望大家继续支持。

How to create Azure Service Bus for AX Mobile Connector

网络文摘 William 2407浏览 0评论

Issue

In order to connect to AX using mobile apps, one way or another you will end up create service bus on Azure. You will need the ability to access ACS Management Portal. However, if a service bus is created directly in Azure portal, ACS  management portal will not be enabled.  See examples below

A service bus was created in Azure portal. It is missing ACS

image

A service bus was created using PowerShell

image

image

Solution

Create the service bus should not be done via Azure portal anymore, it must done via PowerShell commands

Step 1: Azure PowerShell CmdLets

Go to the Azure Downloads page and click the link to install the Azure PowerShell cmdlets.

clip_image001

This will launch the Web Platform Installer.  Click the Install button in the Web Platform Installer to install the cmdlets.

Step 2:  PowerShell Commands

1> Run the command “Add-AzureAccount” and provide Live ID user name/password to connect to a default Azure subscription.

image

2. Create a new Azure Service Bus namespace using the command

New-AzureSBNamespace -Name mynamespace -Location “Central US” -CreateACSNamespace $true -NamespaceType Messaging

Example:

New-AzureSBNamespace -name axatozMobileConnector -location ‘central us’ -createACSNamespace $true -namespacetype Messaging

image

Log to Azure portal and verify ACS Management Portal enabled

image

转载请注明:ww12345678 的部落格 | AX Helper » How to create Azure Service Bus for AX Mobile Connector

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址