Where is the Windows Azure SQL Reporting Portal? - azure

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.

Related

Azure API Management service publisher portal no longer showing Analytics tab

I noticed about 4 days ago, that the my azure apims no longer showed the Analytics tab on the left hand side navigation. This forces me to navigate by changing the URL manually to
https://sureco-apims.portal.azure-api.net/Admin/Analytics
Is there a bug with this portal? Why did the nav change?
On 31st May 2019, we will retire classic Azure API Management Analytics. Analytics reports in the publisher portal will be completely removed.
If you have been using classic Analytics, you should start using the new Analytics—which is integrated in our management experience in the Azure portal. Simply select Analytics from the menu. There is no need to switch between the Azure portal and the classic publisher portal anymore.

Configure Endpoint Monitoring via 'new' azure portal

I am reading the book Exam Ref 70-532 Developing Microsoft Azure Solutions, published in March 2015. In chapter one, it has a section "Configuring endpoint monitoring", where it gives you the steps to configure endpoint monitoring using both the Classic Management portal and the Preview portal.
Following the steps given, I am able to set up endpoint monitoring via the classic portal.
However, I cannot seem to do this via the new portal.
Here are the first two steps listed in the book:
Navigate to the blade of your website in the portal accessed via
https://portal.azure.com
Scroll down to Monitoring and click Webtests.
I cannot see any reference to "Monitoring" or "Webtests" on the azure portal for my website.
Has this functionality been removed from the preview portal?
Is there any way to configure endpoint monitoring via the new portal?
Web Application Endpoint Monitoring has been removed from Azure since October 31, 2016.
The new, replacement functionality is Application Insight Availability Tests
See this link for an article about migrating from Endpoint Monitoring to Application Insight Availability Tests.
These are also available in the Application Insights->Availability

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.

Enabling monitoring in azure cloud service

I want to monitor a cloud service in azure portal . When I go to the azure portal , I get the message as "LEVELThis setting is not currently available." under monitoring tab.
Then I learnt from the msdn that , right click on web role in visual studio and check the "enable diagnostics" checkbox.
Then I redeployed the application azure portal .
Still the monitoring option is not configurable. What could be the issue ? What am I missing here?
For Storage you can enable monitoring and logging from within the respective tabs within the Storage configuration pages of the portal.
Jason

Unable to find option to create a CDN in the new Azure portal

I'm trying to create an Azure CDN and cannot find the option to do in the new Azure portal.
According to other sources, there is supposed to be a CDN option under the New -> App Services menu like so:
But when I log into the portal, this CDN option is missing. This is what I see:
Does this have anything to do with my subscription? I'm using a "3-month Free Trial".
Updating to include a screen shot of my left pane options. No CDN!
I finally have the answer why the CDN menu option doesn't appear.
The following from Windows Azure Technical support:
"We’re in the process of building out our next generation Windows Azure Content Delivery Network (CDN) architecture, and during this time we are no longer accepting new CDN customers.
With the CDN functionality having recently transitioned to the new Azure management portal, we have enabled it automatically only for customers who were using CDN in the old management portal, so they can continue to manage their CDN configurations. For everyone else, the CDN feature is not enabled in the new portal.
We highly encourage you to wait until we’re ready building our next generation Azure CDN service."
Should be on the left menu - but then this is an enterprise account: and just confirmed there is no CDN option on my personal account - hmmmm...
Good morning
As far as I know their is no 'Enterprise' account, I have multiple logins ranging from MSDN, partners etc and all have the same features. The only difference is when you register for preview services.
On the left hand side in the new portal (light blue bar ) you should see the following items -
All Items
Web Sites
Virtual Machines
Mobile Servces
Cloud Services
SQL Databases
Storage
HDInsight
Media Services
Service Bus
Cache
Recover Services
SQL Reporting
CDN *************
Networks
Traffic Manager
Management Services
Active Directory
Add-Ons
Do you see the same, can you see CDN highlighted above
Shane

Resources