Quantcast
Channel: Azure Management Portal forum
Viewing all 4189 articles
Browse latest View live

Problem with DNS

$
0
0

Hi,

I have a DNN site set up with Azure from the website gallery. I have set up the DNS properly from my hosting provider to go to www.businessnetworkalliance.ca and when I go to this address, my website comes up but the address in the url redirects me to my azure address: bna.azurewebsites.net. I've done this for other websites and the url displays correctly. Did I do something wrong?  

Thanks for your help.

Rob


rvenable


Can't delete group by REST API

$
0
0

I use this URL for delete a group: https://graph.windows.net/<domain>/groups/<objectId>/?api-version=1.5 (ref: https://msdn.microsoft.com/en-us/library/azure/dn151608.aspx) but I can't do it. I set full permission for application (I can create/update). How deleted group via REST Api?

This is requonse:

{
odata.error
{
code"Authorization_RequestDenied"
message
{
lang"en"
value"Insufficient privileges to complete the operation."
}
-
}
-

}


" Azure platform has only a specific screen size... please help me "

$
0
0

Hello MS team and colleagues; I would appreciate it if you could help me with the following issue: I bought a HP laptop, which came with W8. When I connect to Azure cloud environment, I can not see all the top or bottom options... and it does not show a side bar for screen / page scrolling so it is impossible to work with my new computer. when I connect through my old Toshiba laptop, which have a bigger screen, and  I can see all the options. I connect to other companaies - websites and I notes that when I work in the new laptop the pages re-sizing. Please help me my old compute does not have enough memory, processor and disk for me to work; so that is why I bought the HP I5 W8 laptop. I already tried different tricks.. but nothing work.

What does AVG and TOTAL mean in monitor of cloud service?

$
0
0

We are monitoring the resource usage of Cloud Service, from the monitor portal, we can see some metrics.

How to Monitor Cloud Services

From the above chart, we can see last 1 hour data for the MIN, MAX .etc, but what does the AVG and TOTAL mean, how can the AVG value is smaller than the MIN?

So, anyone can explain the MIN, MAX, AVG, TOTAL meaning? Thanks.

Azure Web role scaling not working when using Reserved IP

$
0
0

Hi,

I am using autoscaling feature for long time now on my web role deployment. I've recently create new deployment (with same web role bits) to use a reserved IP. Since that moment, the autoscaling is NOT working anymore. I can see many AutoscaleAction failures in the Management Portal Operation logs.

When I try to update the role instance count using REST call (via Azure Management Studio of Cerebrata), I get the following error:

Code: BadRequest
Message: A reserved IP cannot be added, removed or changed during deployment update or upgrade.

I cannot find anything about scaling and reserved IP on the net but I can't believe I am the only one in this situation ?!?!

Thanks for your help
Jean Bédard


Regards, Jean

Can't choose Resource Group region

$
0
0

Following my discussion with David Ebbo on twitter (https://twitter.com/luisrudge/status/583644615716265984), I want to know why all my resource groups are created  with the South Central US region, even though my web app (and first resource item) is being created on Brazil South region.

creating resource group

wrong region

Thanks!

Add Another Microsoft Account

$
0
0
I just purchased a pay as you go account under one Microsoft account. I was hoping I could add my normal Microsoft account as an administrator and make use of this one. Is that possible?

Web Apps not showing up in new portal

$
0
0
In the Azure Preview Portal, when navigating to the list of Web Apps, I do not see any of my web apps. The App Service Plans are similarly empty. However, when using manage.windowsazure.com I can see and manage my websites correctly. Other services on the same subscription (such as databases) are working correctly.

Error when deploying Scalable WordPress

$
0
0

Hello,

I am getting the following error when trying to add Scalable WordPress. The deployment just hangs.

I can see two errors in the Management Portal:

One is related to ClearDB/SuccessBricks:

  • OPERATION ID
    581277EB53688962
  • TRACKING ID
    8c5a67e9-ee65-4a6c-9a41-d20a337ad35e
  • STATUS
    InternalServerError
  • PROVISIONING STATE
    Running
  • TIMESTAMP
    2015-04-03T17:00:15.2866305Z
  • DURATION
    PT1H29M44.876256S
  • RESOURCE
    ihnenfeldphotography
  • TYPE
    SuccessBricks.ClearDB/databases
  • RESOURCE ID
    /subscriptions/5085d200-1de7-45e7-9527-d3f726078a96/resourceGroups/Ihnenfeld-Photography/providers/SuccessBricks.ClearDB/databases/ihnenfeldphotography
  • STATUSMESSAGE
    {"error":{"code":"InternalServerError","message":"Encountered internal server error. The tracking Id is 'a51dcc00-465f-4c62-9539-e58f43feccb3'."}}

The other is related to Microsoft Insights:

  • OPERATION ID
    DAFCB2B38E91C7C2
  • TRACKING ID
    5a24457b-cd8c-41cf-b410-9f099ff1e4d9
  • STATUS
    BadRequest
  • PROVISIONING STATE
    Failed
  • TIMESTAMP
    2015-04-03T15:30:46.2555201Z
  • DURATION
    PT1.6980478S
  • RESOURCE
    ihnenfeldphotography
  • TYPE
    Microsoft.Insights/components
  • RESOURCE ID
    /subscriptions/5085d200-1de7-45e7-9527-d3f726078a96/resourceGroups/Ihnenfeld-Photography/providers/Microsoft.Insights/components/ihnenfeldphotography
  • STATUSMESSAGE
    {"error":{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'Central US' and API version '2014-06-01'."}}

I have already tried removing the bad deployment and re-trying with a new Scalable WordPress instance with no success/same errors as above. The new instance has been running since 4/3/15 11:30AM and appears to be "hung".

 I would appreciate any help on this.

Thanks,

Amol

Changing of Static IP to Obtaining automatic IP

$
0
0

Hello,

I have made a AD within  my private network in Azure . Provide the Static IP after installation of server OS(win 2012 r2) and then installed and configure ADDS and DHCP but after configuration in the adapter properties instead of Static IP it will show"Obtaining automatic IP" .

Although the Static IP which I had given and Obtaining automatic IP are same .

Anybody please help me.

thanks

Sunny

Revelation: Why my diagnostic logging was not working using log4net TraceAppender

$
0
0

I thought I better share with people some information that I found which has shed some light on why I've had such a hard time getting native Azure diagnostic logging working.  Hopefully, if I hit enough key words here, someone will find this discussion in the future and may save you some time and heart ache.

Our application is a legacy ASP.Net application which I am porting to Azure.  The application makes extensive use of log4net and I decided that I would use the log4net TraceAppender to forward the logs to the Azure diagnostic listener.  Within my worker role, I was configuring my azure logs like so:

 

privatestaticvoid ConfigureLogging() {
	CrashDumps.EnableCollection(true);var diagConfig = DiagnosticMonitor.GetDefaultInitialConfiguration();var directories = diagConfig.Directories;var infrastructureDiagnostics = diagConfig.DiagnosticInfrastructureLogs;var applicationLogs = diagConfig.Logs;var eventLogs = diagConfig.WindowsEventLog;

	SetTransferPeriod(applicationLogs, 1);
	SetTransferPeriod(directories, 1);
	SetTransferPeriod(infrastructureDiagnostics, 1);
	SetTransferPeriod(eventLogs, 1);

	SetFilterLevel(applicationLogs, LogLevel.Information);
	SetFilterLevel(eventLogs, LogLevel.Information);
	SetFilterLevel(infrastructureDiagnostics, LogLevel.Warning);

	DiagnosticMonitor.Start("DiagnosticsConnectionString", diagConfig);

	Log4NetHelper.ConfigureLog4Net();
}

privatestaticvoid SetFilterLevel(WindowsEventLogsBufferConfiguration eventLogs, LogLevel logLevel)
{
	eventLogs.DataSources.Add( "Application!*" );
	eventLogs.DataSources.Add( "System!*" );
	eventLogs.ScheduledTransferLogLevelFilter = logLevel;
}privatestaticvoid SetFilterLevel(BasicLogsBufferConfiguration infrastructureDiagnostics, LogLevel logLevel)
{
	infrastructureDiagnostics.ScheduledTransferLogLevelFilter = logLevel;
}privatestaticvoid SetTransferPeriod(DiagnosticDataBufferConfiguration directories, int minutes)
{var period = TimeSpan.FromMinutes(minutes);
	directories.ScheduledTransferPeriod = period;
}

 

Log4NetHelper.Configure uses the log4net programattic API to setup and configure a TraceAppender that captured all LogLevels (DEBUG or higher).  I also made sure that the follwing appeared in my Web.Config

 

<system.diagnostics><traceautoflush="false"indentsize="4"><listeners><clear/><addtype="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"name="AzureDiagnostics"><filter type="" /></add></listeners></trace></system.diagnostics>

 

However, this never worked.  I saw a number of forum posts that suggested that the Azure filter level should be "Undefined" - namely that I should replace

SetFilterLevel(applicationLogs, LogLevel.Information);

with

SetFilterLevel(applicationLogs, LogLevel.Undefined);

I had set my filter level to Information, cos our app does so much Debug level logging, that I thought I'd save money in storage by really only capturing the INFO or higher messages.  But in the interest of getting the blasted thing to work, I set to Undefined, and sure enough all the log message from all levels came through. Setting back to Information and NO messages come though.

I then noticed that when my logging was working (filter = Undefined) that ALL my log messages were in fact being logged at the Verbose level - even log4net calls to log.Error/log.Warn (exceptions messages being logged at Verbose is not a good sign!)

You have to realize, that my thought process was not structured at this point as I had no idea what was going on.  Until I found this article:

http://www.dotnetsolutions.co.uk/blog/archive/2010/02/22/windows-azure-diagnostics-%E2%80%93-why-the-trace-writeline-method-only-sends-verbose-messages/

While not related to log4net, it was an eye opener, and I used reflector to look at the TraceAppender, and I see they are using Trace.Write to write messages.  

In my mind, this explains why I was seeing the behaviour I was seeing:  AzureDiagnostic listener is converting all Trace.Write messags to Verbose (details in the above article) and log4net TraceAppender is converting all log messages to Trace.Write messages.  Setting the filter to Information was thus stripping all the calls.

My solution is to inherit TraceAppender and change their impl of Append to use a switch on the LogLevel:

using System.Diagnostics;
using log4net.Appender;
using log4net.Core;

namespace XXX.Azure
{
	public class AzureTraceAppender : TraceAppender
	{
		protected override void Append(LoggingEvent loggingEvent)
		{
			var level = loggingEvent.Level;
			var message = RenderLoggingEvent(loggingEvent);

			if (level >= Level.Error)
				Trace.TraceError(message);
			else if (level >= Level.Warn)
				Trace.TraceWarning(message);
			else if (level >= Level.Info)
				Trace.TraceInformation(message);
			else
				Trace.Write(message);

			if (ImmediateFlush)
				Trace.Flush();
		}
	}
}

 

With log4net configured to use this appender, then log messages appearing in the WADLogsTable are all appearing at the correct (or nearest appropriate) level

YMMV

Pete

nt able to connect remote desktop of azure servers

$
0
0
i am not able to connect azure server via remote desktop,i hv already restart tht server but still i am nt getting remote desktop

Getting a Javascript Error On New Azure Portal

$
0
0

I am getting a JavaScript error on new portal when I right click on monitoring chart and select Edit Chart. Below is the screenshot for the same.

Line: 951

The error says "Unable to get property 'timeGrain' of undefined or null reference

Azure Deployment Errror with IISConfigurator.exe 2.5

$
0
0

Hi:

I recently upgraded from Azure SDK 2.2 to 2.5.  I have everything running OK locally in the compute and storage emulators.  However, when I create a package and attempt to deploy to Azure, I get the following error:

The file provided is not a valid service package. Detailed error code: WTAB-Manager.Web Invalid application runtime
- a runtime component is missing:/base/x64/IISConfigurator.exe,WTAB_Service_Role Invalid application runtime
- a runtime component is missing:/base/x64/IISConfigurator.exe,WTAB_Worker_Role Invalid application runtime
- a runtime component is missing:/base/x64/IISConfigurator.exe.
The long running operation tracking ID was: b3d96f5d5c58858ea7485215887d4513.

The IISConfigurator.exe's are in the directories where they have always been (see screen shot).  They are now version 2.5 and there are different files for the x86 and x64 directories.

 

Can anyone help me solve this problem?

Thanks!


TerryL

Microsoft Dynamics AX Environment shuts down unexpectedly

$
0
0
Hi, I recently spun up an AX2012R3 Demo environment on Microsoft Azure using Lifecycle Services (LCS). After about 30 to 45 minutes the environment shuts down for no obvious reason. In LCS, the environment still shows as Deployed, but if I try to restart it I get the message that basically tells me the VM is not running. I log into the Microsoft Azure Portal and sure enough the VM is shut down. We actually killed the Azure subscription we were using and created a new one and then created a new Project in LCS, but I am still having the same problem. Has anybody else run into this? I searched but couldn't find anything on the forum. Any thoughts/suggestions would be appreciated.

Azure AD connector (New DirSync)

$
0
0

I have installed the new Azure DirSync tool from the below link and installed it on Windows 2008 R2 with PDC role on it. I have configured it properly and didn't sync directly but choose couple of Organizational Units to Sync.

http://www.microsoft.com/en-us/download/details.aspx?id=44225

When I tried to start the Sync I get Error with event ID 0 with the following message.

An Unknown error occurred with Microsoft Online services sing-in assistant. contact technical support. setcredential() failed.

There are other errors as well with event ID 6801 and 6803 that seems to be related to the first error that complains about a Microsoft online service sign in assistant. I have checked the service if it's running and if was running but couldn't figure out what's wrong with it? 

I have fulfilled all the requirements to install ADsync including updating Powershell to version 3, installing Netframework 4 and installing Microsoft Online Services Sign-In Assistant for IT Professionals RTW and Azure Active Directory Module for Windows PowerShell.

I am attaching the errors below and hope someone could guide me toward the resolution.

Thanks

 


Mohammed JH

Create a New Login for Developer Support in Azure Portal

$
0
0

I'm a developer supporting a client using Azure.  Can they create an account for me to manage endpoints etc. in Azure?  Or do I have to ask them for their admin login credentials.

Thanks

Changing Location of deployed services in Azure?

$
0
0

Folks,

We hosted our cloud services, web sites, mobile services, and database in West-US location. Now we are planning to change the location from West-US to Singapore - SE Asia. Is there is an easy way to switch location ?

Thanks

New portal corrupted / Old portal is ok !?

$
0
0

Hello!

Please help me out, I can not perform any actions in the new portal, but in the old portal Everything works perfectly!?

It MAY have to do with this: I prevoiusly had a delegation to a customers Environment that worked fine in the new portal, but when I chose my own subscription the portal was totally garbled. I have since removed the delegation and now when I log on to the new portal I sometimes see the Customer for a while, but most if the time I just see my own. I can not however see any Resources whatsoever in my portal and can not create any new VMs. In the old portal Everything looks great and functions 100% well. I can not see any trace of the customers Environment there.

I CAN get by with the old portal for now, but not in the long run. For example, I want to try out the beta of premium storage which I can not do today! So could anyone please help me with this:

- Remove any and all forms of remaining traces of my previous delegation from the Customer. I do not what to see their intems any more.

- Make sure that I can see all my Resources in the new portal and can work with it the way it is supposed to work.

Best regards

Henrik


/Henrik

Cannot delete VM

$
0
0

Hi

I cannot delete VM.

I can see it on my portal (portal.azure.com), but when I click on it all web parts show Error loading part.

I can't see it through full; portal or powershell. 

All VM management buttons are disable.

I can create VM with the same name.


ndeykin

Viewing all 4189 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>