We recommend using Azure Native.
Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi
azure.signalr.getService
Explore with Pulumi AI
Use this data source to access information about an existing Azure SignalR service.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.signalr.getService({
    name: "test-signalr",
    resourceGroupName: "signalr-resource-group",
});
import pulumi
import pulumi_azure as azure
example = azure.signalr.get_service(name="test-signalr",
    resource_group_name="signalr-resource-group")
package main
import (
	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/signalr"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := signalr.LookupService(ctx, &signalr.LookupServiceArgs{
			Name:              "test-signalr",
			ResourceGroupName: "signalr-resource-group",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() => 
{
    var example = Azure.SignalR.GetService.Invoke(new()
    {
        Name = "test-signalr",
        ResourceGroupName = "signalr-resource-group",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.signalr.SignalrFunctions;
import com.pulumi.azure.signalr.inputs.GetServiceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = SignalrFunctions.getService(GetServiceArgs.builder()
            .name("test-signalr")
            .resourceGroupName("signalr-resource-group")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: azure:signalr:getService
      arguments:
        name: test-signalr
        resourceGroupName: signalr-resource-group
Using getService
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getService(args: GetServiceArgs, opts?: InvokeOptions): Promise<GetServiceResult>
function getServiceOutput(args: GetServiceOutputArgs, opts?: InvokeOptions): Output<GetServiceResult>def get_service(name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetServiceResult
def get_service_output(name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetServiceResult]func LookupService(ctx *Context, args *LookupServiceArgs, opts ...InvokeOption) (*LookupServiceResult, error)
func LookupServiceOutput(ctx *Context, args *LookupServiceOutputArgs, opts ...InvokeOption) LookupServiceResultOutput> Note: This function is named LookupService in the Go SDK.
public static class GetService 
{
    public static Task<GetServiceResult> InvokeAsync(GetServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceResult> Invoke(GetServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
public static Output<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure:signalr/getService:getService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- Specifies the name of the SignalR service.
- ResourceGroup stringName 
- Specifies the name of the resource group the SignalR service is located in.
- Name string
- Specifies the name of the SignalR service.
- ResourceGroup stringName 
- Specifies the name of the resource group the SignalR service is located in.
- name String
- Specifies the name of the SignalR service.
- resourceGroup StringName 
- Specifies the name of the resource group the SignalR service is located in.
- name string
- Specifies the name of the SignalR service.
- resourceGroup stringName 
- Specifies the name of the resource group the SignalR service is located in.
- name str
- Specifies the name of the SignalR service.
- resource_group_ strname 
- Specifies the name of the resource group the SignalR service is located in.
- name String
- Specifies the name of the SignalR service.
- resourceGroup StringName 
- Specifies the name of the resource group the SignalR service is located in.
getService Result
The following output properties are available:
- AadAuth boolEnabled 
- Is aad auth enabled for this SignalR service?
- Hostname string
- The FQDN of the SignalR service.
- Id string
- The provider-assigned unique ID for this managed resource.
- IpAddress string
- The publicly accessible IP of the SignalR service.
- LocalAuth boolEnabled 
- Is local auth enable for this SignalR serviced?
- Location string
- Specifies the supported Azure location where the SignalR service exists.
- Name string
- PrimaryAccess stringKey 
- The primary access key of the SignalR service.
- PrimaryConnection stringString 
- The primary connection string of the SignalR service.
- PublicNetwork boolAccess Enabled 
- Is public network access enabled for this SignalR service?
- PublicPort int
- The publicly accessible port of the SignalR service which is designed for browser/client use.
- ResourceGroup stringName 
- SecondaryAccess stringKey 
- The secondary access key of the SignalR service.
- SecondaryConnection stringString 
- The secondary connection string of the SignalR service.
- ServerPort int
- The publicly accessible port of the SignalR service which is designed for customer server side use.
- ServerlessConnection intTimeout In Seconds 
- The serverless connection timeout of this SignalR service.
- Dictionary<string, string>
- TlsClient boolCert Enabled 
- Is tls client cert enabled for this SignalR service?
- AadAuth boolEnabled 
- Is aad auth enabled for this SignalR service?
- Hostname string
- The FQDN of the SignalR service.
- Id string
- The provider-assigned unique ID for this managed resource.
- IpAddress string
- The publicly accessible IP of the SignalR service.
- LocalAuth boolEnabled 
- Is local auth enable for this SignalR serviced?
- Location string
- Specifies the supported Azure location where the SignalR service exists.
- Name string
- PrimaryAccess stringKey 
- The primary access key of the SignalR service.
- PrimaryConnection stringString 
- The primary connection string of the SignalR service.
- PublicNetwork boolAccess Enabled 
- Is public network access enabled for this SignalR service?
- PublicPort int
- The publicly accessible port of the SignalR service which is designed for browser/client use.
- ResourceGroup stringName 
- SecondaryAccess stringKey 
- The secondary access key of the SignalR service.
- SecondaryConnection stringString 
- The secondary connection string of the SignalR service.
- ServerPort int
- The publicly accessible port of the SignalR service which is designed for customer server side use.
- ServerlessConnection intTimeout In Seconds 
- The serverless connection timeout of this SignalR service.
- map[string]string
- TlsClient boolCert Enabled 
- Is tls client cert enabled for this SignalR service?
- aadAuth BooleanEnabled 
- Is aad auth enabled for this SignalR service?
- hostname String
- The FQDN of the SignalR service.
- id String
- The provider-assigned unique ID for this managed resource.
- ipAddress String
- The publicly accessible IP of the SignalR service.
- localAuth BooleanEnabled 
- Is local auth enable for this SignalR serviced?
- location String
- Specifies the supported Azure location where the SignalR service exists.
- name String
- primaryAccess StringKey 
- The primary access key of the SignalR service.
- primaryConnection StringString 
- The primary connection string of the SignalR service.
- publicNetwork BooleanAccess Enabled 
- Is public network access enabled for this SignalR service?
- publicPort Integer
- The publicly accessible port of the SignalR service which is designed for browser/client use.
- resourceGroup StringName 
- secondaryAccess StringKey 
- The secondary access key of the SignalR service.
- secondaryConnection StringString 
- The secondary connection string of the SignalR service.
- serverPort Integer
- The publicly accessible port of the SignalR service which is designed for customer server side use.
- serverlessConnection IntegerTimeout In Seconds 
- The serverless connection timeout of this SignalR service.
- Map<String,String>
- tlsClient BooleanCert Enabled 
- Is tls client cert enabled for this SignalR service?
- aadAuth booleanEnabled 
- Is aad auth enabled for this SignalR service?
- hostname string
- The FQDN of the SignalR service.
- id string
- The provider-assigned unique ID for this managed resource.
- ipAddress string
- The publicly accessible IP of the SignalR service.
- localAuth booleanEnabled 
- Is local auth enable for this SignalR serviced?
- location string
- Specifies the supported Azure location where the SignalR service exists.
- name string
- primaryAccess stringKey 
- The primary access key of the SignalR service.
- primaryConnection stringString 
- The primary connection string of the SignalR service.
- publicNetwork booleanAccess Enabled 
- Is public network access enabled for this SignalR service?
- publicPort number
- The publicly accessible port of the SignalR service which is designed for browser/client use.
- resourceGroup stringName 
- secondaryAccess stringKey 
- The secondary access key of the SignalR service.
- secondaryConnection stringString 
- The secondary connection string of the SignalR service.
- serverPort number
- The publicly accessible port of the SignalR service which is designed for customer server side use.
- serverlessConnection numberTimeout In Seconds 
- The serverless connection timeout of this SignalR service.
- {[key: string]: string}
- tlsClient booleanCert Enabled 
- Is tls client cert enabled for this SignalR service?
- aad_auth_ boolenabled 
- Is aad auth enabled for this SignalR service?
- hostname str
- The FQDN of the SignalR service.
- id str
- The provider-assigned unique ID for this managed resource.
- ip_address str
- The publicly accessible IP of the SignalR service.
- local_auth_ boolenabled 
- Is local auth enable for this SignalR serviced?
- location str
- Specifies the supported Azure location where the SignalR service exists.
- name str
- primary_access_ strkey 
- The primary access key of the SignalR service.
- primary_connection_ strstring 
- The primary connection string of the SignalR service.
- public_network_ boolaccess_ enabled 
- Is public network access enabled for this SignalR service?
- public_port int
- The publicly accessible port of the SignalR service which is designed for browser/client use.
- resource_group_ strname 
- secondary_access_ strkey 
- The secondary access key of the SignalR service.
- secondary_connection_ strstring 
- The secondary connection string of the SignalR service.
- server_port int
- The publicly accessible port of the SignalR service which is designed for customer server side use.
- serverless_connection_ inttimeout_ in_ seconds 
- The serverless connection timeout of this SignalR service.
- Mapping[str, str]
- tls_client_ boolcert_ enabled 
- Is tls client cert enabled for this SignalR service?
- aadAuth BooleanEnabled 
- Is aad auth enabled for this SignalR service?
- hostname String
- The FQDN of the SignalR service.
- id String
- The provider-assigned unique ID for this managed resource.
- ipAddress String
- The publicly accessible IP of the SignalR service.
- localAuth BooleanEnabled 
- Is local auth enable for this SignalR serviced?
- location String
- Specifies the supported Azure location where the SignalR service exists.
- name String
- primaryAccess StringKey 
- The primary access key of the SignalR service.
- primaryConnection StringString 
- The primary connection string of the SignalR service.
- publicNetwork BooleanAccess Enabled 
- Is public network access enabled for this SignalR service?
- publicPort Number
- The publicly accessible port of the SignalR service which is designed for browser/client use.
- resourceGroup StringName 
- secondaryAccess StringKey 
- The secondary access key of the SignalR service.
- secondaryConnection StringString 
- The secondary connection string of the SignalR service.
- serverPort Number
- The publicly accessible port of the SignalR service which is designed for customer server side use.
- serverlessConnection NumberTimeout In Seconds 
- The serverless connection timeout of this SignalR service.
- Map<String>
- tlsClient BooleanCert Enabled 
- Is tls client cert enabled for this SignalR service?
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the azurermTerraform Provider.