Skip to content

Commit 5942b48

Browse files
Merge pull request #298281 from EldertGrootenboer/patch-9
Service tags for Service Bus includes all SKUs.
2 parents f150f3a + 61d7489 commit 5942b48

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

articles/service-bus-messaging/network-security.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ You can use service tags to define network access controls on [network security
2323

2424
| Service tag | Purpose | Can use inbound or outbound? | Can be regional? | Can use with Azure Firewall? |
2525
| --- | -------- |:---:|:---:|:---:|:---:|:---:|:---:|:---:|
26-
| **ServiceBus** | Azure Service Bus traffic that uses the Premium service tier. | Outbound | Yes | Yes |
27-
26+
| **ServiceBus** | Azure Service Bus traffic. | Outbound | Yes | Yes |
2827

2928
> [!NOTE]
30-
> You can use service tags only for **premium** namespaces. If you are using a **standard** namespace, use the FQDN of the namespace instead, in the form of <contoso.servicebus.windows.net>. Alternatively you can use the IP address that you see when you run the following command: `nslookup <host name for the namespace>`, however this is not recommended or supported, and you will need to keep track of changes to the IP addresses.
29+
Previously, Service Bus service tags included only the IP addresses of namespaces on the **premium** SKU. This has now been updated to include the IP addresses of **all namespaces**, regardless of the SKU.
3130

3231
## IP firewall
3332
By default, Service Bus namespaces are accessible from internet as long as the request comes with valid authentication and authorization. With IP firewall, you can restrict it further to only a set of IPv4 addresses or IPv4 address ranges in [CIDR (Classless Inter-Domain Routing)](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation.

articles/service-bus-messaging/service-bus-premium-messaging.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ You can also enable support for large message for existing queues (or topics), b
114114
## Network security
115115
The following network security features are available only in the premium tier. For details, see [Network security](network-security.md).
116116

117-
- [Service tags](network-security.md#service-tags)
118117
- [Network service endpoints](network-security.md#network-service-endpoints)
119118
- [Private endpoints](network-security.md#private-endpoints)
120119

articles/virtual-network/service-tags-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ By default, service tags reflect the ranges for the entire cloud. Some service t
116116
| **[PowerQueryOnline](/data-integration/gateway/service-gateway-communication)** | Power Query Online. | Both | No | Yes |
117117
| **Scuba** | Data connectors for Microsoft security products (Sentinel, Defender, etc.). | Inbound | No | No|
118118
| **[SerialConsole](/troubleshoot/azure/virtual-machines/linux/serial-console-linux#use-serial-console-with-custom-boot-diagnostics-storage-account-firewall-enabled)** | Limit access to boot diagnostics storage accounts from only Serial Console service tag | Inbound | No | Yes |
119-
| **ServiceBus** | Azure Service Bus traffic that uses the Premium service tier. | Outbound | Yes | Yes |
119+
| **ServiceBus** | Azure Service Bus traffic. | Outbound | Yes | Yes |
120120
| **[ServiceFabric](/azure/service-fabric/how-to-managed-cluster-networking#bring-your-own-virtual-network)** | Azure Service Fabric.<br/><br/>**Note**: This tag represents the Service Fabric service endpoint for control plane per region. This enables customers to perform management operations for their Service Fabric clusters from their VNET endpoint. (For example, https:// westus.servicefabric.azure.com). | Both | No | Yes |
121121
| **Sql** | Azure SQL Database, Azure Database for MySQL Single Server, Azure Database for PostgreSQL Single Server, Azure Database for MariaDB, and Azure Synapse Analytics.<br/><br/>**Note**: This tag represents the service, but not specific instances of the service. For example, the tag represents the Azure SQL Database service, but not a specific SQL database or server. This tag doesn't apply to SQL managed instance. | Outbound | Yes | Yes |
122122
| **SqlManagement** | Management traffic for SQL-dedicated deployments. | Both | No | Yes |

0 commit comments

Comments
 (0)