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

Azure AD federation

$
0
0

Two questions:

#1)  is an office 365 tenant required to federate an Azure Active Directory?

#2)  Is there anyway to remove an Office 365 directory from your Azure Active directory without completely removing the Office 365 directory?  For instance:  If I added the Office 365 directory to my Azure account and don't need it anymore, can I remove it from showing up in the Azure management portal without deleting that Azure directory?


How to get the state of the azure application from API at real time and just like the azure dashboard

$
0
0

 Hi, everyone. i need to help.

As the title , I hope monitor my azure instance at a console application. And i hope to get many state at real time. just like the azure dashboard.  Maybe the instance is  website 、 VM or  sql DB.

i'm have no useful  infomation in the Service Management REST API .

And i search the Azure SDK. i find the class "https://msdn.microsoft.com/en-us/library/azure/microsoft.windowsazure.management.monitoring.metrics.aspx".and i think it  maybe is  useful, but i don't known how to use it.

And i think maybe the azure power shell will be helpful to me. but my friend tell me, the power shell just base the Azure SDK, and at the document , i have no more too.

So how to get the state of the azure application.  at real time.


The current IP address XXX.XX.XXX.XX is not included in the existing firewall rules. Do you want to update the firewall rules to manage XXXXX

$
0
0

After login to Azure, I click on one of the SQL database and click the manage button below.

The current IP address XXX.XX.XXX.XX is not included in the existing firewall rules. Do you want to update the firewall rules to manage XXXXX? After click 'Yes', the blue circle keeping turning without ending, can anyone help?

Mok

Where do I find step by step guide to deply my dynamic site on Azure

$
0
0
Where do I find step by step guide to deply my dynamic site on Azure

Newbee questions about Azure

$
0
0

Hi!

Sorry if this is the wrong NG to post it in, don't know where to post this...

I am totally new to this thing with Azure.

When i develop Azure applications i use my MSDN account to access the Azure platform controlpanel.

After i have created my application which should be used by many different user should i publish this to another Azure platform with a different account or do i use the same as the development?

Any links in the right direction is greatly appreciated.

Regards
Martin, Sweden

How to get AAD token

$
0
0

Hi,

am trying to view the subscription details of customer.

Im using .net background. By passing client ID and secret key , i have got AAD token.

Now to proceed further on this , i need to execute below code in my application.

But am not sure where should i write this code:

var tenant_domain = "<YOUR-TENANT-DOMAIN>";
var clientID = "<YOUR-CLIENT-ID>";
var key = "<YOUR-SECRET-KEY>";
function getAADToken(callback) {
var req = require("request");
var options = {
url: "https://login.windows.net/" + tenant_domain + "/oauth2/token?api-version=1.0",
method: 'POST',
form: {
grant_type: "client_credentials",
resource: "https://graph.windows.net",
client_id: clientID,
client_secret: key
}
};
req(options, function (err, resp, body) {
if (err || resp.statusCode !== 200) callback(err, null);
else callback(null, JSON.parse(body).access_token);
});

}

there is only guidelines to execute this as a mobile service.

do i need to create a web API project in .net ?

Any help will be highly appreciated

how to access SA_token?

$
0
0

Hi Guys,

could anyone let me know how to get SA Token.

I have client ID and Secret Key and i have got AAD token using that credintials.

Now i need to get SA token to get customer details.

any help will be highly appreciated.

Thanks

CNAME record exists but Azure doesn't recognize it

$
0
0

Hi all!

My website is hosted on Microsoft Azure and can be accessed via mydomain.azurewebsites.net. I have various domain names hosted with 123-reg, GoDaddy and OnlyDomains. My emails are on Microsoft 365 and are working ok for all my domains.

I would like the various domains to all forward to mydomain.azurewebsites.net with masking, so that the URL that appears in the address bar is the custom domain and not the Azure one.

I have successfully done this for the domains with "www." in them but it won't work without the "www." I sign in to manage.windowsazure.com and go to "Configure" and then "Manage Custom Domains". There I have a list of all the domains that are correctly forwarding. But when I try add one without "www." I get the following error message:

A CNAME record pointing from mydomain.co.uk to mydomain.azurewebsites.net was not found. Alternative record awverify.mydomain.co.uk to awverify.mydomain.azurewebsites.net was not found either.

I checked that the CNAME record exists (it does) and even waited a couple of days in case it was taking time to propagate, but no luck.

Can anybody help please?

Many thanks in advance of your help


Benjamin


How to manage MySQL database in Azure?

$
0
0

I'm unable to create tables in the MySQL database created in Azure. I have tried two ways.

  1. Connect to the database via MySQL Workbench. Problem: - My DB user doesn't have privileges to create tables and I can't grant the privileges because I don't have a root password.
  2. Install phpMyAdmin and login. I'm unable to login using my username and password from connection string.

My question is, how to manage MySQL database hosted in Azure, including changing privileges and creating tables?

Not Create Database properly On Microsoft Azure

$
0
0

Hi ,

I created a Database on Azure Portal and now want to create tables. but there is no manage button at bottom as i read articles on Internet.

PLease Help..


Kind Regards, Anurag Prajesh


Support for management certificate going away in ARM API?

$
0
0

Hi,

I read on a third party blog that management certificates are not supported in the latest Azure Resource Manager API. Management certificates are the way to authenticate using the Microsoft Azure gem azure-sdk-for-ruby

Can someone confirm support for management certificates  in ARM will not go away?

thank-you

Transfer a solutions provider contractor dev environment account to my MSDN Premimum?

$
0
0
I'm aware it's possible to transfer Azure accounts but is it possible to transfer a regular Azure account into my MSDN Premium (which includes $100+ credits /month) account?

Project Server / SharePoint Developer

Is there any limit on the number of instances for a subscription AND any limit on the number of cores for the subscription and it calculation - Any link on it.

$
0
0

Hi,

Wanted to know how through my code can i check if my subscription has reached the maximum cores limit reached, so that i can stop my instance increase.

(or) I could change my instance type to low so that i can add more instances.

Is there any site which says the core limits and how the cores count are related to instances count.(Latest version)

Thanks,

Karthick

 

 

Report Broken Link

$
0
0

Trying to download Windows 10 IOT for Raspberry Pi 2

https://connect.microsoft.com/windowsembeddedIoT/Downloads/DownloadDetails.aspx?DownloadID=57782

Page displays 404

Intercompany MSDN licence transfer and Azure account

$
0
0

Till now I had  VISUAL STUDIO PROFESSIONAL WITH MSDN licence .

Recently my company transfered Visual Studio Ultimate with MSDN licence to me which belonged to my former coleague.

Everything is fine except Azure account.

Azure management portal says this in credit status :  VISUAL STUDIO PROFESSIONAL WITH MSDN    and I have only 40€ for spending.

When I try to activate Azure from MSDN portal it says: 

Oops!

VISUAL STUDIO ULTIMATE WITH MSDN IS NOT AVAILABLE.
It appears that you have already used your MSDN benefit for a Microsoft Azure subscription. Each MSDN subscription is entitled to only one corresponding free Microsoft Azure subscription.

Thank You for help


How to get the status of the azure application from API at real time and just like the azure dashboard

$
0
0

 Hi, everyone. i need to help.

As the title , I hope monitor my azure instance at a console application. And i hope to get many status at real time. just like the azure dashboard.  Maybe the instance is  website 、 VM or  sql DB.

i'm have no useful  infomation in the Service Management REST API .

And i search the Azure SDK. i find the class "https://msdn.microsoft.com/en-us/library/azure/microsoft.windowsazure.management.monitoring.metrics.aspx".and i think it  maybe is  useful, but i don't known how to use it.

And i think maybe the azure power shell will be helpful to me. but my friend tell me, the power shell just base the Azure SDK, and at the document , i have no more too.

So how to get the status of the azure application.  at real time.



Application Proxy issues

$
0
0

Hi All,

I have non-claims-aware web site hosted in IIS and configured for ONLY Windows Integrated Authentication. I'm attempting to publish the site externally using Azure Application proxy but am having issues.

I have successfully registered my connector in Azure and my app config looks fine to me:

My web site uses a host header so I have published an SPN into my local AD for the http service of the web server using the following:

setSPN -A http/hostheaderName webServerName

That SPN value matches what I have set up in the Azure portal and I can query the SPN successfully in my local AD using setSPN -L webserverName.

I have also added the SPN to the delegation of my connecter server in my local AD.

As far as I can see everything looks good but when I attempt to browse to the external URL I get a status of "Bad Gateway" and the following error from Azure AppProxy "Incorrect Kerberos constrained delegation configuration in your on-premises Active Directory."

Any ideas?


Azure Incident Notifications

Azure Enterprise Account Billing API

$
0
0

Hi,

We have a Enterprise Account for Azure and we need to develop an application to fetch the billing details of EA into the Amazon S3 frequently. For doing the POC we have downloaded sample .Net application provided in the EA portal for Billing API calling and it is working fine with sample account (Enrollment -100). 

But when we give our Enterprise Account Enrollment ID and Access key it is not getting proper details. It is not showing any billing information and displays only status of API calling. For Detail report output is 200 OK, and for Summary report it is getting"404 Report not available null". But from the portal we are getting billing information, but billing API could not provide. 

Please let me know why it is not showing correct result from Billing API and if we need to do anything for enabling this Billing API. 

Thanks,

Ansar



Subscription Error Message

$
0
0

I am currently experiencing an issue in visual studio in the Manage Microsoft Azure Subscriptions screen it indicates One or more errors occurred while loading subscriptions. In the view details screen I see:

One or more errors occurred while loading subscriptions.

The client 'live.com#<live id>' with object id '' does not have authorization to perform action 'Microsoft.Resources/subscriptions/read' over scope '/subscriptions/<subscription id>'.

I have tried from multiple machines and it happens in all of them.

Viewing all 4189 articles
Browse latest View live


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