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

Azure Workplace Join on Ubuntu Device

$
0
0

Hi all,

I have this Ubuntu device and i am looking for a way to perform workplace join and add it to my company Azure AD. I was looking online, but most of the articles are related to creating linux VM on Azure.

So again i need a way to join Ubuntu hardware to Azure AD.


How to federate Azure AD instance with new Azure AD in new tenant so that users from existing AD can login to new subscription portal.

$
0
0

Hi Team,

How to federate Azure AD instance with new Azure AD in new tenant so that users from existing AD can login to new subscription portal.

Currently we have Azure subscription with VM and office 365 which is federated with on prem AD. Now we have got new Azure tenant which has separate Azure AD. So now we want to login to new subscription with existing on prem AD accounts. Please let me know how we can achieve this?


Thanks a lot Kamal

Best way to Organize your cloud presence?

$
0
0
Hi! We will be taking our first step into the Azure cloud and I was curious how others organize things out there? Dont want to jump in on way and then wish we did things differently 1 year down the road. I understand resource groups, etc... but have come across tons of articles outlining different strategies. Based off all the things I have read, I came away with the thought that a common approach is that an organization has their tenant, but then there are different subscriptions for different applications within that tenant. Then inside those different subscriptions (based on apps) are resource groups such as "Shared services", Test, Dev, and production. Is that pretty much how other organizations organize things? Did I come away with the correct approach from the reading I did?

Need to increase the limit on the number of computers I can enrol/create ?

$
0
0
I am using the following ID to enroll/create computers brit.bet@hotmail.com I seem to have hit a limit that needs to be increased.

Azure portal is broken.

$
0
0

I cannot access my resources on portal. All of them are showing something like:

This resource is unavailable, please try again later. /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Network/virtualNetworks/xxx

Or:

This resource is unavailable, please try again later. /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Compute/virtualMachines/xxx

I can access to the VM by ssh, and every network services on it work well.

So I think the broken one is Azure Portal.

# update

Rest api's trace:

{
    "responses": [{
        "httpStatusCode": 500,
        "content": {
            "error": {
                "code": "InternalServerError",
                "message": "Encountered internal server error for batch API request 'https://management.azure.com/subscriptions/xxx/resourcegroups/xxx/providers/Microsoft.Compute/virtualMachines/xxx?api-version=2017-12-01&$expand=instanceView'. Tracking id '91fb0225-1f5b-4a61-bdbe-dda9eb644c26'."
            }
        },
        "contentLength": 367
    }]
}

Azure Germany Login Issue

$
0
0

I wish to create a subscription in the German data centre. I understand that the portal is different (https://portal.microsoftazure.de/) however I am not able to log in there with my AAD account.  I get the message...

xxxxxx.com isn't in our system. Make sure that you've typed your email address correctly. It usually looks like someone@example.com or someone@example.onmicrosoft.com

This account works fine for the global portal.  Is it not possible to use my AAD account in this German portal.  If not, how do I signup?  I already have an MA with the same email address.

I contacted support via Twitter and they advised I posted here.

Thanks





How can I specify a directory (or all directories accessible) to query over REST API?

$
0
0

Using the  PowerShell Azure module, it returns all subscriptions to which I have access, or "x" number of subscriptions.

Connect-AzureRmAccount

(Get-AzureRmSubscription).count ### = 'x'


Using PowerShell to access the REST API, it only returns the subscriptions in my default directory; or a count of "x-y".  How can I either, have the API return all the subscriptions accessible by the account, or let me specify which directory I want to query?

$azureRmProfile = [Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureRmProfileProvider]::Instance.Profile
$azureRmProfileClient = New-Object Microsoft.Azure.Commands.ResourceManager.Common.RMProfileClient($azureRmProfile)
$token = $profileClient.AcquireAccessToken($currentAzureContext.Subscription.TenantId)
$subsApi= 'https://management.azure.com/subscriptions?api-version=2016-06-01'
$headers = @{"Authorization"="bearer "+ $token.AccessToken}

$subs = Invoke-RestMethod -Uri $subsApi -Headers $headers
($subs.value).count  ### returns "x-y" where y > 0

Azure SSO vs ADFS

$
0
0

I'm looking for advice.  I have setup SSO for Office 365 with ADFS and Azure AD Connect a couple of years ago.  Since then I have added 3 more Relying Party Trusts to ADFS.  

I am now learning that Azure SSO is something completely different.  I have a couple more services I wish to configure with SSO and don't know if I should continue with ADFS or "switch" to Azure SSO.  I put "switch" in quotes because I'm not even sure if that is what I need to do.  I contacted Azure support and was unable to understand their explanation of my options, only that they recommend I keep using ADFS and it "will be alright".  

I have read every Microsoft documentation which has only confused me more.  I guess I'm looking for real world examples and/or explanations.

thanks,


can't redirect users to my homepage

$
0
0

Hello,

I am trying to add a sign-in with Microsoft to an ASP.NET Web application using this tutorial. But <add key = "RedirectUrl" value ="https:// localhost:44330 /" /> doesn't redirect the user to the home page after login. He is redirected to the login page. However, I changed the home page ​​and reply URL valuesin Active Directory. The values are the same ashttps:// localhost:44330/. Need help understanding what's going on please.


Error# AADSTS50072: We could not add account due to configuration change made by your admin. Must enroll multifactor authenctication

$
0
0

Hello All,

I am not able to login my azure subscription from VS2015

It gives me below error.

We could not add the account ********* AADSTS50072: Due to a configuration change made by your administrator, or because 

you moved to a new location, you must enroll in multi-factor authentication to access 'some code'

traceid: 'some code'

Sanjay

Azure user provisioning - can we use non-Azure datastores for source attributes?

$
0
0

There's a lot of employee data that we don't feel comfortable putting into Azure AD - but data that needs to exist in multiple systems.

is it possible (through graph / SCIM / anything) when using Azure provisioning in Enterprise Apps, to somehow use a different source (say my HR system) for a field like "salary", and point that to the "salary" field in the other app?  This is a big deal with ERPs like SAP - there must be a way that companies are synchronizing these attributes.

If I could include some kind of web call to an external data source so I can pass that attribute as part of provisioning; I think that's what I'm after.

Preferably those values aren't logged...

Migrate Vms between two different subscriptions and different zones

$
0
0

Hello ,

I tried to migrate VM between two different Azure subscriptions .when i started the move , i got error that i can not because the VM ressource group Zone is different to ressource group destination zone .(one is in south europe and the other one in the north europe )

any suggestions please

Regards

what is the difference between a managed image versus unmanaged image versus generalized image?

$
0
0

what is the difference between a managed image versus unmanaged  image versus generalized image?

Is a managed image defined by having managed disks?  while an unmanaged image is a image with unmanaged disks?   


dsk


Permission to power on and off virtual machine - environment azure

$
0
0

Hello everyone! My question is:

I have an account in azure with multiple virtual machines. Can I somehow - give a permission to another user to turn on\off one of my virtual machine without exposing all permissions (I mean - do not give permission to the portal, etc.)

Is it possible to write a script that turns a VM from any computer without special privileges?

thank you very much

This forum is very convenient and very effective, thanks again


Intune

$
0
0
I'm trying to push out an application to several surface book laptops through intune in azure but it hasn't been successful. The laptops are not MDM joined but they are joined via intune client. Can I push out software to laptops and desktops via intune through azure, if so how can i do this successfully? or do i have to  push the software via the old intune classical portal?

Robert Blakey


Microsoft Azure AZ-200 PremimumTest Practice Questions PDF, With Link

$
0
0
I took the exam and passed it with 779 marks. I prepare this exam with multiple study material like https://www.mindhub.com/v/location_selector/?path=%2Fmicrosoft-certification-practice-tests-and-study-guides-s%2F64.html but they are enough to pass AZ-200 exam with good grades. So I go for AZ-200 dumps and believe me The practice exams questions available in AZ-200 dumps pdf very similar to the actual AZ-200 Microsoft Azure Developer Core Solutions Exam. I would highly recommend this AZ-200 braindumps pdf to all.
Following are some questions which are same in AZ-200 exam as well as in AZ-200 dumps: http://bit.ly/Microsoft-Azure-AZ-200-dumps-pdf 

You need to ensure that the SecurityPin security requirements are met.
Solution: Enable Always Encrypted for the SecurityPin column using a certificate contained in Azure Key Vault and grant the WebAppIdentity service principal access to the certificate.
Does the solution meet the goal?

A.Yes

B.No
Answer A

You need to construct the link to the summary report for the email that is sent to users.
What should you do?

A.Create a SharedAccessBlobPolicy and add it to the containers SharedAccessPolicies. Call GetSharedAccessSignature on the blob and use the resulting link.

B.Create a SharedAccessBlobPolicy and set the expiry time to two weeks from today. Call GetSharedAccessSignature on the blob and use the resulting link.

C.Create a SharedAccessAccountPolicy and call GetsharedAccessSignature on storage account and use the resulting link.

D.Create a SharedAccessBlobPolicy and set the expiry time to two weeks from today. Call GetSharedAccessSignature on the container and use the resulting link.
Answer: B

You need to resolve the log capacity issue.
What should you do?
A.Implement Application Insights Sampling.

B.Change the minimum log level in the host.json file for the function.

C.Create an Application Insights Telemetry Filter.

D.Set a LogCategoryFilter during startup.
Answer: A

AADSTS70002 Error

$
0
0

We recently changed one of our applications’ SSL certificate. We made our code changes and updated service with the new certificate information. However, the authentication is failing with below error, it is still referring to the old thumbprint, which we couldn’t find anywhere in the code and in the service too.  Is there any place where I missed updating new certificate details?

Error :

AADSTS70002: Error validating credentials. AADSTS50012: Client assertion contains an invalid signature. [Reason - The key was not found.

Cannot remember my account email...

$
0
0

Hi,

I am not sure how and where to ask this :/ I created a separate account for an opensource project, hosted in GitHub and using Appveyor to build it and deploy to Azure.

I'm using the free instance. I have been using it via Appveyor CI for quite a while, so I never came back an login to Azure. And I haven't written the email account used for Azure. I need to go and make some changes but I can't remember the email I used (for the password I have a mnemotechnic that makes it easy to retrieve it so I'm not concerned here).

I had also confirmed that account with my phone number, but it doesn't seem to allow to login with it.

So the question is, if I can give the azure web-apps I'm deploying to (xxxx.azurewebsites.net), where/who can I contact at Azure or Microsoft to retrieve the email address I used?

Thank you,

P

Remote Access to Azure Database

$
0
0

I have successfully pushed my database up to the cloud.  I now have a user that is mobile and needs to have access during his travels.  How can i allow him access to the database without having to input each new IP address into the IP log at each new destination.  Can i configure his access based on his network cards mac address?  What i don't want is to add open ended access to all IP addresses.

Thanks

Pinning MMS solutions to dashboard no longer works

$
0
0

So last week I noticed that all of my MMS solutions that I had pinned to my Azure portal dashboard disappeared. Ok, no worries I thought. I went to my MMS Workspace Summary and all of the solutions were still there. They even still have the pin icon on each of them in the top left corner of each solution. I click on the pin icon and it tells me that it has been pinned to my dashboard.....but nope, not there. Anyone else running into this or is it just me heh ?

Thanks

Viewing all 4189 articles
Browse latest View live


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