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

https://account.windowsazure.com/Error/400/1190


Brand new to Azure! Just getting started!

$
0
0

Hello,

Our company is brand new to Azure, and I would like to know what are the best solutions for our company just starting out.  It's easy to get lost looking around the Internet for solutions (every env is different) and we would like to find a good starting point. We have an instance of O365 with AD users in the cloud.  We also have an on-prem AD.  We would like to sync the users in the cloud to the on-prem.  We would also like to hybridize our Exchange 2013 environment with the O365 instance. We are not using ADFS.

The first step I did was create a brand new W2K12 R2 server and downloaded AD Connect.  I have not begun the installation, because I am unsure how to setup the sign-on process (and which one is best practice).  I frown on the express setup, and I would like to use the Customized setup.  We have one forest currently, but that could change in the future.

Please can you provide us with some guidance on best practices for our first time setup of AD Connect?

With many thanks,

T.

My MS azure account has been blocked for unknown reason

$
0
0

Hi 

My microsoft azure account has been blocked for unknown reason. Could you please give me the instructions to unblock it.

Is there any azure technical support toll free number. I tried calling few numbers but unreachable.

Please help in unblocking my account.

Thanks in advance.

Regards

Anand Kumar

Service Tiers "Not Available" under Pricing Tier

$
0
0

Hi,

I am using a Developer Program Benefit subscription.

I am trying to create a SQL Server database.

I am able to create the SQL Server, but when I get to the "Pricing tier" of adding the database, there is a problem.

I use the credentials which I have previously entered (Resource Group, Server, etc.) but when I click on 'Pricing tier', all the options are "Not Available".

Can anyone tell me why this is happening?

Thanks.



Barcode for RDLC Report

$
0
0

Hi All Champ,

I am working on rdlc report in Windows Azure Web role and have some issue. i am not able to get it work for my report. 

I want to show Barcode in RDLC report which is part of my web role (Asp.net MVC) application. But i don't want install install barcode font on Azure VM where i am deploying my application.  can you please help me to get this done.

How can i display barcode in my rdlc report without installing it. Please share me link, blog or some sample code articles.


Regard, Ravindra Patil

Multiple subscriptions and multiple credit cards

$
0
0

Last time (Nov 2016) I checked, you could not pay for different subscriptions with different credit cards under the same Azure account.

When you have multiple subscriptions and multiple credit cards added, as soon as you change the selected credit card on one of your subscriptions, the credit card on all your subscriptions are changed to the same one.

I would like to have a single Azure account, with multiple Subscriptions and select different credit cards for each Subscription.

Will this be possible in the near future?

Thanks in advance


Regards, Xander. My Blog

Not able to create Azure Container Service type = Kubernetes

$
0
0

Hello, 

i am using Azure CLI 2.0 and i am trying to create Azure Container Service type Kurbenetes, with this command (i already created resource group)

az acs create --orchestrator=type=kubernetes --resource-group=mi-shared-docker-test --dns-prefix=kube --name=mishareddocker

i am getting this error 

waiting for AAD role to propagate..........Could not create a service principal with the right permissions. Are you an Owner on this project?

i can create any vms, webapps etc, but why am i receiving this issue ? 

Features on SQL Server 2014 SP2 Standard on Windows Server 2012 R2

$
0
0

Hi,

I hope this is the correct forum.

I have created a VM using the template "SQL Server 2014 SP2 Standard on Windows Server 2012 R2"

I get the following error (please note "SQL 2008") when I use "SQL Server Installation Center":

I need to know the following:

  • What are the installed features. (integration services, reporting services, database engine, etc)
  • How to add new features
  • How to remove installed features

Thanks in advance!


Azure Web Portal Claims Newly Added VM is Deleted

$
0
0

Just added a new Linux VM from an existing VDK.  The VM is running fine, but the Azure Portal Dashboard says "Deleted" in a gray box over the VM Icon.

How do I fix this?

Deploying and removing resource groups just hangs

$
0
0

I've been having issue deploying/removing resource groups for the last couple of hours. The resources have all been in west europe.

It could be related to SQL PaaS resources since a few of the resource groups I've been trying to delete have had only that type of resource in them (everything else seems to have been successfully deleted), and some of the new ones have had everything but the SQL PaaS resources created in them.

I've tried using Rest API, PowerShell cmdlets and the portal. Nothing seems to work except for a few empty resource groups I actually managed to delete through PowerShell.

Any known issues with ARM currently?

Thanks!

//Anders

Azure Resource created by/ created at

$
0
0

Hi,

I am using Azure Rest API to fetch information about my resource. However, I can't find a way to fetch created at / created by properties. How can I do it ?

I read somewhere that I can ask Activity Log however as far as I know activity log keeps information only for the last 90 days, so if the resource was created more than 90 days ago, I will not be able to fetch created at/ created by. 

azure AD intune powershell script failure

$
0
0

I have adapted the following script to work on my machines, it works like a dream when run locally but when deployed via azure ad/intune it doesn't work. I can see that it deloys the file but fails when it gets to registering the schedule task. Does anyone have any ideas?

# Author: Oliver Kieselbach # Date: 01/31/2018 # Description: install ps script and register scheduled task # The script is provided "AS IS" with no warranties. # define your PS script here $content = @" Out-File -FilePath "C:\Windows\Temp\test.txt" -Encoding unicode -Force -InputObject "Hello World!""@ # create custom folder and write PS script $path = $(Join-Path $env:ProgramData CustomScripts) if (!(Test-Path $path)) { New-Item -Path $path -ItemType Directory -Force -Confirm:$false } Out-File -FilePath $(Join-Path $env:ProgramData CustomScripts\myScript.ps1) -Encoding unicode -Force -InputObject $content -Confirm:$false # register script as scheduled task $Time = New-ScheduledTaskTrigger -At 12:00 -Daily $User = "SYSTEM" $Action = New-ScheduledTaskAction -Execute "powershell.exe" -Argument "-ex bypass -file `"C:\ProgramData\CustomScripts\myScript.ps1`"" Register-ScheduledTask -TaskName "RunCustomScriptDaily" -Trigger $Time -User $User -Action $Action -Force


Web Apps Management (Azure Portal) slow

$
0
0

All requests to open blades related to Web Apps take over 3 minutes to respond. At least in the southeast asia region. Switching tabs, loading app settings, saving app settings etc are all affected. Having a massive impact on our ability to deploy at the moment but no health warnings have been raised by Microsoft that I've seen.

Is anyone else impacted? Does anyone know the cause and likely resolution time?

Can we use single Azure account to maintain two company branches.

$
0
0

Hi guys,

i am planning to migrate to the azure cloud and recently opened a free azure account .

i am planning to use single Microsoft azure account to provide services for  two of my company branches in different locations. I want to keep all the resources and activities separate between the two company branches .Is it possible to do that.  Can you please provide me help regarding this issue.

Thank you

Retrieve Azure AD Group SID using Powershell

$
0
0

We are trying to retrieve the SID of a msolgroup using Powershell.  But I can't find anywhere it is exposed.  Anyone know how to do this?

We need it in order to set the OneDrive Secondary Admin on individual mysites:

$SID = "c:0-.f|rolemanager|xxxxxxx"
Set-SPOUser -Site $site.url -IsSiteCollectionAdmin $true -LoginName $SID 


Will Azure Kubernetes Service eventually expand to other data centers?

$
0
0

I'm interested in using Azure Kubernetes Services but they currently don't offer it in the datacenter the rest of my software uses (South Central US).

Will Microsoft likely extend it to South Central US when they fully go live with AKS?

Do I need a PaloAlto for every Azure Subscription?

$
0
0
Is it best practice to have a separate FW to every Azure Subscription?

Enrollment Number??

$
0
0

Hi, Im being asked to provide an enrollment number but i cant find this anywhere.

I have checked through emails - nothing

Tried to log onto the EA portal - wont allow me to

Any suggestions?

Azure Service Health create email alert EmailAddressIsNotValid error

$
0
0

I have been trying to setup a service health alert in the portal and keep getting a EmailAddressIsNotValid when creating a new action group for email. The resource blade says the email is valid, but when I click ok to create it comes back with the not valid error

https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-activity-log-alerts-on-service-notifications?toc=%2fazure%2fservice-health%2ftoc.json




Nikolai Blackie Adaptiv Integration

Getting started with Azure subscriptions

$
0
0

Hi Guys,

Not sure how to start this discussion... So we (IT department) have been testing Azure for some time and would like to make it available to everyone in one company (3k+ employees).

I'm part of Asset Management department and we will be in charge of managing this subscription, including costs, usage etc., full governance and control to say it simple. So, when we'll announce it to everyone, I'm sure we will start receiving "join" requests. This part is what I'm working on now.

Is anyone willing to share his/her experience on how you do it today in your company? I mean, I saw I can create a PowerApp that will read a specific mailbox for specific strings and then forward it few people for approval, denial etc.

But how are you actually working with these requests? Do you have a Standard Catalog Request or is it email based?

Are you asking for payment options? For ex, if requester wants to pay for what is consumed or they want to have some budget setup and do not allow their service to go beyond that...

I'm just new to this "cloud management" and would like to know some tips/tricks, best practices, do-s/don't-s etc.

Will appreciate every message on this!

Thanks!

Viewing all 4189 articles
Browse latest View live


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