Skip to content

Commit

Permalink
set-modulereadme
Browse files Browse the repository at this point in the history
  • Loading branch information
elanzel committed Nov 17, 2022
1 parent aae96ea commit e0dae0a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions modules/Microsoft.SignalRService/webPubSub/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ The following module usage examples are retrieved from the content of the files

```bicep
module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-srwcom'
name: '${uniqueString(deployment().name)}-test-srswpscom'
params: {
// Required parameters
name: '<<namePrefix>>-srwcom-001'
name: '<<namePrefix>>-srswpscom-001'
// Non-required parameters
capacity: 2
clientCertEnabled: false
Expand All @@ -391,7 +391,7 @@ module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {
'ServerConnection'
'Trace'
]
name: 'pe-<<namePrefix>>-srwcom-001'
name: 'pe-<<namePrefix>>-srswpscom-001'
}
]
publicNetwork: {
Expand Down Expand Up @@ -447,7 +447,7 @@ module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {
"parameters": {
// Required parameters
"name": {
"value": "<<namePrefix>>-srwcom-001"
"value": "<<namePrefix>>-srswpscom-001"
},
// Non-required parameters
"capacity": {
Expand Down Expand Up @@ -478,7 +478,7 @@ module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {
"ServerConnection",
"Trace"
],
"name": "pe-<<namePrefix>>-srwcom-001"
"name": "pe-<<namePrefix>>-srswpscom-001"
}
],
"publicNetwork": {
Expand Down Expand Up @@ -544,9 +544,9 @@ module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {

```bicep
module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-srwmin'
name: '${uniqueString(deployment().name)}-test-srswpsmin'
params: {
name: '<<namePrefix>>-srwmin-001'
name: '<<namePrefix>>-srswpsmin-001'
}
}
```
Expand All @@ -564,7 +564,7 @@ module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-srwmin-001"
"value": "<<namePrefix>>-srswpsmin-001"
}
}
}
Expand All @@ -581,10 +581,10 @@ module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {

```bicep
module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-srwpe'
name: '${uniqueString(deployment().name)}-test-srswpspe'
params: {
// Required parameters
name: '<<namePrefix>>-srwpe-001'
name: '<<namePrefix>>-srswpspe-001'
// Non-required parameters
privateEndpoints: [
{
Expand Down Expand Up @@ -616,7 +616,7 @@ module webPubSub './Microsoft.SignalRService/webPubSub/deploy.bicep' = {
"parameters": {
// Required parameters
"name": {
"value": "<<namePrefix>>-srwpe-001"
"value": "<<namePrefix>>-srswpspe-001"
},
// Non-required parameters
"privateEndpoints": {
Expand Down

0 comments on commit e0dae0a

Please # to comment.