Azure IoT Central App not listed in Azure Portal - azure-iot-central

I created an Azure IoT Central App by using the portal:
https://apps.azureiotcentral.com/
But this app is not being shown in the Azure portal. It is not in Azure IoT Central Apps "blade", where I was expecting to see the App created in the other portal:
https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.IoTCentral%2FIoTApps
Is this an expected behavior?
Thanks!
Cesar

I found out that the App created in IoT Central App is not shown in Azure portal if the "free pricing plan is selected".
After selecting a different pricing plan, my Custom App appeared in Azure Portal!

Related

My Dashboard in Azure for App Services outage

I am working on a custom Dashboard in Azure. My Application is hosted in an APp Service. If App services is down at Microsoft end, i want to show a Red Dot in my dashboard.
KUSTO will work here?
Some API calls i need to do and some Programming to create dashboard?
Please guide me
You can create the Azure dashboard using template deployment in which Azure offers the ability to orchestrate the deployment of multiple resources.
Once the required resources for Azure Dashboard can be configured in template ARM template format, you can deploy using REST APIs, PowerShell, Azure CLI and Azure Portal template deployment.
This Microsoft Documentation helps you to create the Azure Dashboard using the Sample Templates given.
You can enable Health checks for your App Service using Azure Monitor App and that you can bring on Azure Dashboard to see your app service is up or down in the form of graph.
Source: Azure Service Health Dashboard

How To Migrate Existing Azure Assets to Azure App Service

Can existing Azure assets, i.e. cloud services, notification hubs, SQL servers and databases, storage accounts and service buses be migrated to a Azure App Service? If so, how?
The Azure App Service (Mobile Service App) can use an existing Notification Hub. Using the "Push" setting, you can select a hub within the same resource group.
For Azure App Services, when you configure the notification hub for your app service, you could choose an existing Notification Hub. Note: You could choose an existing notification hub across different resource groups and under different locations. Moreover, when you add a new hub under "SETTINGS > Push" of your app service on Azure Portal, it would create a new notification hub within the same resource group for your app service and the location for the new hub would use the location of your resource group. I would recommend you follow Azure Resource Manager overview and Azure App Service plan overview for a better understanding of Resource Group and App service plan.
Can existing Azure assets, i.e. cloud services, notification hubs, SQL servers and databases, storage accounts and service buses be migrated to a Azure App Service?
For cloud services, I just found migrate an cloud services to service fabric and migrate the web application to cloud service. AFAIK, if you want to migrate your cloud services application to azure app service, you need to adjust your project and deploy it to your app service.
For SQL servers and databases, storage accounts and service buses, you just need to change the connection string for the specific services when communicating with them programmatically in your app service. Moreover, in order to reduce the latency between your app service with other azure services, you need to make sure they are in the same data center or closer to each other.

Azure cloud service (classic) scalability option not there

I am new to azure. I am publishing a azure cloud service to azure using Visual Studio. It is publishing properly but in azure portal, under cloud service (classic) option, i do not find any option to scale it (earlier it used to be there in older version of azure).
My WCF service is running just fine but in azure, i am not able to find on which resources it is running.
Please help
Tutorial for the portal here
In the new portal (portal.azure.com)
Click your cloud service
Select the appropriate slot (production or staging)
Click on the cloud service not the instance of the cloud service
This opens up a new blade that has the scale tile
Click on the scale tile

Azure cloud service deployment issue with pay as you go subscription - cloud services are not available in this subscription

I am having an issue while deploying an Azure web role to a cloud service. It shows me the error
Cloud services are not available in this subscription.
I am using a pay as you go subscription on Azure. I don't know if there is any limitation with this subscription for cloud service deployment or not.
.
Updated version of JerryGoyal's solution.
Cloud Service Management will have to be done using the new Azure Portal, because Cloud Service Management in the old portal will be disabled as of 11/15/2017.
Log into the new Azure Portal.
Go to the Subscriptions View.
Set your account as a Co-Admin. Microsoft Documentation.
I think the issue you're running into is that the Cloud Service Publish Wizard in VS only supports subscriptions in which you are an admin or co-admin granted via via the old portal (manage.windowsazure.com). If you've been given access via RBAC or the new portal, then VS will not see the resources under those subscriptions.
To work around it, you can build the package using msbuild.exe and then upload it via the portal.
That help?
Cloud services are not available in this subscription
The error is caused because the Cloud Services still use the old deployment model that is based on Azure Service Management (ASM).
To deploy an ASM based component to Azure you need to be ‘co-admin’ for the subscription.
Right now you are ‘Owner’ on the new portal but this role only has impact on the new ARM based resources.
So, just ask your subscription admin to login to the old portal (https://manage.windowsazure.com) and make you co-administrator:
Login to the old portal
Click on Settings –> Administrators
Click on the Add button at the bottom
Enter the co-admin email address and click on the OK button.
After this reload your Visual Studio and the problem will be solved.

Azure AD Premium for AWS?

I'm considering Azure AD Premium for Identity Management service for my newly created ASP.NET web applications hosted in AWS cloud. Is Azure AD Premium works as Identity Management in AWS cloud? I'm assuming Azure AD Premium is a standalone product and can be work as stand alone or under ANY cloud environment. I'm exploring it so ANY input will be helpful for me.
Indeed. An Azure AD integrated application could be running in any cloud (even in an on-premises server). None of the authentication scenarios of Azure AD dictate where the application is hosted.
Hope this helps.

Resources