Azure EventGrid是否已定义出站IP地址

时间:2019-02-20 20:05:15

标签: azure azure-eventgrid

我的公司支持利用Azure EventGrid通过Webhook发送通知的产品。

我们的一位客户(明智地)想要限制他们可以通过其接收通知的IP地址范围。

EventGrid是否具有定义的地址或可以指定的地址范围?

2 个答案:

答案 0 :(得分:1)

EventGrid具有Event Domains功能来控制谁可以接收事件。这可能是您要寻找的最接近的东西。

答案 1 :(得分:0)

如果您只是要确保打开eventgrid的IP,请在https://www.microsoft.com/en-us/download/details.aspx?id=56519上的“ Azure IP范围和服务标签”文档中列出这些IP。在VSCode中将其打开,然后搜索EventGrid。

{
  "name": "AzureEventGrid",
  "id": "AzureEventGrid",
  "properties": {
    "changeNumber": 1,
    "region": "",
    "platform": "Azure",
    "systemService": "AzureEventGrid",
    "addressPrefixes": [
      "13.86.56.32/27",
      "13.86.56.160/27",
      "52.149.23.160/27",
      "52.149.48.80/28",
      "52.149.48.96/27",
      "52.149.248.0/28",
      "52.149.248.64/27",
      "52.149.248.96/28",
      "52.167.21.160/27",
      "52.167.21.208/28",
      "52.167.21.224/28",
      "52.185.212.176/28",
      "52.185.212.192/28",
      "52.255.80.16/28",
      "52.255.82.160/28"
    ]
  }