Azure cloud service (classic) scalability option not there - azure

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

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

Setting up run-time Application Insights on a Cloud Service

According to Microsoft's documentation, Application Insights is best deployed both at build time and run-time, and can be installed at run-time by "select[ing] Application Insights on the app's control panel in Azure". But I don't see it on the configuration for Cloud services, at least not in the new portal:
Is the documentation incorrect (necessitating the long process laid out elsewhere on SO still required)? If not, where should I be looking?
EDIT 3 You can supposedly set it while publishing from Visual Studio (if you upgrade the Azure SDK to 2.9 and "Add Diagnostic Configuration" in Visual Studio for the project):
but it still insists I download the Status Monitor:
In the Azure Portal, currently there is no Application InSights on the Cloud Service control panel. We could find the Application InSights on the Azure App Service. Azure App Service and Cloud Service are different services in Azure. The difference between Azure AppService and CloudService please refer to Azure App Service, Virtual Machines, Service Fabric, and Cloud Services comparison.
"select[ing] Application Insights on the app's control panel in Azure"
In the document that you mentioned, it is for Azure App service
Select Application Insights in the Azure control panel for your web app
For Cloud Service, please refer to document, there are more detail steps about how to setup Application Insights for each role .

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.

I can't find cloud service in azure publish

I did the listed steps in this page
http://msdn.microsoft.com/en-us/library/windowsazure/ff683676.aspx
I downloaded the file and import it, after that I copied the certificate path and upload it under settings/ Management certificates.
then I am trying to use the created subscription to publish the web application, in the cloud service drop down I see no service , although in management portal there is a cloud service created,
Plz help me if I missed up anything,
You should create a Windows Azure Project, then select Web / Worker Role. (.NET Azure SDK)
PS: In case you already have a project, right-click on roles and add from existing web project.
So, you will publish this azure project to a cloud service.
more info:
http://msdn.microsoft.com/en-us/library/windowsazure/ee405487.aspx
Some cloud services can NOT be deployed to through the publish wizard in Visual Studio for a Cloud Service Project. For example, any Service that already has a VM deployed to it, and is an IAAS VM. Any empty Cloud Service or a cloud service that only has PAAS deployments would show up.
Look at the list of cloud services that are available to you in you Server Explorer ->Windows Azure ->Cloud Services.
Is this an empty Cloud Service? If not make an empty one blank one and you should find it in the dropdown.

Where is the Windows Azure SQL Reporting Portal?

According to the MSDN documentation for Windows Azure SQL Reporting Services, the reporting portal is supposed to be accessible from the main Azure portal:
The Windows Azure Management Portal includes portals for Windows Azure SQL Database, SQL Reporting and other services available on Windows Azure. From the portal home page, click Reporting to launch the SQL Reporting management portal
This seems to be referring to the old Azure portal. At any rate, my portal doesn't have such a link. All I see are
web sites
vitual machines
cloud services
sql databases
storage
networks
service bus
media services
active directory
add-ons
settings
I've used the search feature to search the Azure portal, checked out my SQL Azure database server configuration, and generally poked around for quite a while but I can't find any way to get to the reporting portal. How can get there and/or activate this feature?
Windows Azure portal currently uses new HTML version. You have to switch to old Silverlight version.
To go back to the old portal, you have to click on your account (top right) and click on "Previous Portal"
EDIT
Previous portal option is no longer there. Windows Azure are preparing brand new portal. Similarly to the current one, it will be using HTML5 and JavaScript - not Silverlight technology.

Resources