### Description of the new feature 1. ~~Verification that the SignalR Service still exists~~ Implemented by [Get-AzSignalR](https://learn.microsoft.com/en-us/powershell/module/az.signalr/get-azsignalr?view=azps-14.2.0&viewFallbackFrom=azps-14.0.0) 2. Verification that the Custom Certificate is configured with the expected Certificate 3. Verification that the Custom domain is configured with the expected Custom domain 4. ~~Verification that the CORS allowed origins contains only the URLs that we expect~~ We can get the CORS with [ $(get-azsignalr -ResourceGroupName $resourceGroupName -Name $resourceName).Cors](https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.commands.signalr.models.pssignalrresource.cors?view=az-ps-latest) ### Proposed implementation details (optional) _No response_
Description of the new feature
Verification that the SignalR Service still existsImplemented by Get-AzSignalRVerification that the CORS allowed origins contains only the URLs that we expectWe can get the CORS with $(get-azsignalr -ResourceGroupName $resourceGroupName -Name $resourceName).Cors
Proposed implementation details (optional)
No response