Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
Hi to all,
we have an Azure subscription Visual Studio Enterprise - MPN.
When we tried to deploy in powershell we found always the same error:
New-AzureRmResourceGroupDeployment : 19:45:42 - Resource Microsoft.Sql/servers 'mydrivingdbserver-jrmghenra43sg' failed with message '{
"code": "45122",
"message": "'MSDN subscriptions are restricted from provisioning in this region. Please choose a different region. For exceptions to this rule please contact Microsoft
Support.'",
"target": null,
"details": [
{
"code": "45122",
"message": "'MSDN subscriptions are restricted from provisioning in this region. Please choose a different region. For exceptions to this rule please contact
Microsoft Support.'",
"target": null,
"severity": "16"
}
],
"innererror": []
}'
In C:\TFS\macim\MyDriving-master\scripts\PowerShell\deploy.ps1:147 car:16
Hi to all, we have an Azure subscription Visual Studio Enterprise - MPN. When we tried to deploy in powershell we found always the same error:
New-AzureRmResourceGroupDeployment : 19:45:42 - Resource Microsoft.Sql/servers 'mydrivingdbserver-jrmghenra43sg' failed with message '{ "code": "45122", "message": "'MSDN subscriptions are restricted from provisioning in this region. Please choose a different region. For exceptions to this rule please contact Microsoft Support.'", "target": null, "details": [ { "code": "45122", "message": "'MSDN subscriptions are restricted from provisioning in this region. Please choose a different region. For exceptions to this rule please contact Microsoft Support.'", "target": null, "severity": "16" } ], "innererror": [] }' In C:\TFS\macim\MyDriving-master\scripts\PowerShell\deploy.ps1:147 car:16
Any ideas?