Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
353 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I am getting error while deploying an Azure Stream Analytics instance from UI. I am not using any ARM template.
It says "Your deployment failed" and throws the below error.
{
"code": "NotFound",
"message": "HTTP Request has an invalid URL. Make sure the URL format is correct and values for subscription ID, resource group name, resource name, etc. are valid.",
"details": {
"code": "404",
"message": "HTTP Request has an invalid URL. Make sure the URL format is correct and values for subscription ID, resource group name, resource name, etc. are valid.",
"correlationId": "ad9fc608-e038-452f-94da-a94b68b74a51",
"requestId": "9d514c36-722c-4b15-a648-3a8810faa9d0"
}
} (Code: DeploymentOperationFailed)
Can anyone please point out what am I doing wrong?