Missing VM in old portal on the Azure - azure

We have created a VM in ARM mode (Azure Resource Manager) that is the new mode available only in the new portal (https://portal.azure.com).
Now we would to do setup for End Point services to do so we need to check using old Azure view Htps://manage.azure.com.
on the https://manage.azure.com we could not see created VM machine on this site. it is showing 0 VM machine but on the Portal page it showing our created VM machine.
Kindly let me us know how to visualise our VM machines on Both of Azure page.
Thanks,

There is no possibility to view the Resource manager VM in old classic portal. You can view it only in new portal. As Azure will gradually move towards using only the new portal, they stopped adding new functionalities in old portal and allow them only in new portal. Resource manager is one such functionality. However all the VMs in classic portal will be visible in New portal and you can configure everything in new portal (including the endpoint creation). There are still some functionalities which depend on old portal still (Like AD, remote App) and they may migrate to new portal in some time, but apart from that New portal is feature rich than the classic portal

Related

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.

New Azure Management Portal not showing all services

I've logged into the new Azure management portal at https://manage.windowsazure.com but its only showing my databases and default directory. Its missing my WebApps, Groups etc.
The old portal at https://portal.azure.com/# is working fine.
Anyone else having this problem or know how to get everything appearing in the new portal?
Thanks.
New portal is portal.azure.com and old portal is manage.windowsazure.com.
In new portal you have option to create ARM-based services in new portal. Resource Manager isn't implemented in the old portal and that is why you don't see these resources.

Deploy to Azure using Storage Account created in new portal

I want to deploy cloud service to Azure, but when deploying must select Storage Account(tried both in new portal and in Visual Studio 2015). My storage account was created using new portal "Storage accounts" and was assigned to some Resource group, as a result I can't choose it when deploying. Any suggestions how to deploy?
One possible reason is that the storage account created by the new portal was likely created under the resource manager deployment model, while the cloud service is still under the classic deployment model. These don't play well together. You can read a little more at https://azure.microsoft.com/en-us/documentation/articles/resource-manager-deployment-model/. I don't think that a cloud service can use a resource manager storage account for deployment.
In the new portal look at the All Resources blade. If the storage account has a green icon it is a resource manager account. If the storage account has a blue icon it's a classic account.
Create a new storage account as a classic account, either by creating it in the older portal or by using the drop down in the new portal before you click create on the blade that talks about the storage accounts (the before you provide the account name, etc.). Once you do this then I think the account show show up as an option for your cloud service to deploy with.
Also note that if the storage account was created just prior to trying to select it, it might take a minute or two to become visible as an option.

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