Socketio
Manages a Web PubSub Service for Socket.IO.
Import
Web PubSub Service for Socket.IOs can be imported using the resource id
, e.g.
$ pulumi import azure:webpubsub/socketio:Socketio example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.SignalRService/webPubSub/pubsub1
Properties
Whether Azure Active Directory authentication is enabled. Defaults to true
.
The publicly accessible IP address of the Web PubSub Service.
An identity
block as defined below.
Whether the connectivity log category for live trace is enabled. Defaults to true
.
Whether the live trace tool is enabled. Defaults to true
.
Whether the HTTP request log category for live trace is enabled. Defaults to true
.
Whether the messaging log category for live trace is enabled. Defaults to true
.
Whether local authentication using an access key is enabled. Defaults to true
.
The primary access key for the Web PubSub Service.
The primary connection string for the Web PubSub Service.
Whether public network access is enabled. Defaults to Enabled
. Possible values are Enabled
and Disabled
.
The publicly accessible port for client-side usage of the Web PubSub Service.
The name of the Resource Group where the Web PubSub Service should exist. Changing this forces a new Web PubSub Service to be created.
The secondary access key for the Web PubSub Service.
The secondary connection string for the Web PubSub Service.
The publicly accessible port for server-side usage of the Web PubSub Service.
The service mode of this Web PubSub Service. Defaults to Default
. Possible values are Default
and Serverless
.
The SKU to use for this Web PubSub Service. Possible values are Free_F1
, Standard_S1
, Premium_P1
, and Premium_P2
.
Whether the service should request a client certificate during a TLS handshake. Defaults to false
.