Socketio Args
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/pubsub1Constructors
Properties
Whether Azure Active Directory authentication is enabled. Defaults to true.
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.
Whether public network access is enabled. Defaults to Enabled. Possible values are Enabled and Disabled.
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 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.