1,131 questions with Azure Automation tags

Sort by: Updated
1 answer

How to automate indexing additional documents in Azure Open AI to access GPT model (gptv4 Turbo) and Azure Search Service for data indexing and retrieval.

I've created a PoC using https://github.com/Azure-Samples/azure-search-openai-demo and explored the ChatGPT like experience over enterprise data using RAG model which uses Azure OpenAI to access GPT model (gptv4 Turbo) and Azure Search Service for data…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
728 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,872 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,218 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,405 questions
asked 2024-04-10T10:57:42.9033333+00:00
Narendra Mahendrakar (Microland) 0 Reputation points
answered 2024-04-12T11:31:25.4333333+00:00
ajkuma 22,521 Reputation points Microsoft Employee
1 answer

Azure Automation Account - Source Control sync error

One of our Automation Accounts in Azure is unable to sync with our Devops source control repository. Upon manually initiating a sync, it "Completes" but has the following error: System.Management.Automation.CommandNotFoundException: The term…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-28T19:37:13.73+00:00
Louis Rice 0 Reputation points
commented 2024-04-12T05:43:48.64+00:00
AnuragSingh-MSFT 20,431 Reputation points
1 answer One of the answers was accepted by the question author.

How can I create a custom Azure policy to prevent/deny manual resource creation in resource groups while allowing automated creation through GitHub Actions or Azure Automation?

How can I create a custom Azure policy to restrict end users from manually creating resources in resource groups and prevent unauthorized peerings with existing VNets, while also allowing the creation of resources through GitHub action automation or…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
799 questions
asked 2024-04-01T05:49:52.1833333+00:00
Priyanka Varma 60 Reputation points
accepted 2024-04-11T03:58:20.34+00:00
Priyanka Varma 60 Reputation points
1 answer

Support for Inline Child Scripts in PowerShell 7.1 (preview) runbooks?

Hello! Currently, inline child scripts are not supported (e.g. .\child-runbook.ps1) in 7.1 as per this document: https://learn.microsoft.com/en-us/azure/automation/automation-runbook-types?branch=pr-en-us-178132#known-issues---71-preview Is this…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2022-06-30T17:14:35.557+00:00
Jacob Garcia 6 Reputation points Microsoft Employee
edited a comment 2024-04-10T08:10:32.64+00:00
Guilherme Noronha 0 Reputation points
3 answers

Issue with Powershell 7.2 SqlServer module

I've installed the SqlServer module into Azure runbooks for powershell 7.2 but when I go to use it I get... "Invoke-Sqlcmd' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,100 questions
asked 2024-02-22T04:11:24.68+00:00
Shwetha J 10 Reputation points
commented 2024-04-06T05:39:02.46+00:00
Somesh Bhalerao 5 Reputation points
2 answers

Runbook Not Working in Account Automation

For a week now, the runbook that I had programmed in the automation account has stopped working. I created another automation account to check if the problem was with the automation account itself, but the problem persists. Can anyone help me?

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-15T10:09:17.0766667+00:00
answered 2024-04-05T19:16:02.6+00:00
2 answers

Someone help me set up script for Power BI Embedded

Hello I am writing to the community to ask for help in setting up a script that automates the shutdown and on of the Power BI Embedded service. I look forward to your reply, Best regards

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-27T15:09:37.5933333+00:00
edited an answer 2024-04-05T19:04:10.7866667+00:00
1 answer

Azure Runbook Error: AADSTS700016 Application with identifier 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' was not found in the directory 'XXXX'

I have an Automation Runbook (PowerShell 5.1) that is failing with the following message Principal 'xxxxxxx' could not be resolved. Error message: 'AADSTS700016: Application with identifier 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' was not found in the…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-26T17:41:50.0133333+00:00
Mike Welborn 46 Reputation points
edited the question 2024-04-05T04:16:50.7033333+00:00
ShaktiSingh-MSFT 13,751 Reputation points Microsoft Employee
0 answers

Unable to import Python 3.8 package "plotly" into Azure Automation for use in Python runbooks

Hello, I have an Azure automation account. Into this account, I would like to import a Python 3.8 package for plotly. However, the import always fails. I tried it with several versions of the plotly package. Here are the results: ( 1 ) After importing…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2023-11-03T08:17:22.7166667+00:00
Andreas 5 Reputation points
commented 2024-04-02T12:33:13.4433333+00:00
Andreas 5 Reputation points
1 answer One of the answers was accepted by the question author.

How to automate Synapse pipelines and connections ?

Is it possible to automate the generation of Synapse pipelines in code ? instead of using the interface and clicking all the time? Other providers like Snowflake allow you to just use worksheets (sql scripts) where you write all the code and you do…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,422 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2022-09-23T08:10:49.573+00:00
kosmos 246 Reputation points
commented 2024-03-31T15:57:01.9366667+00:00
Eswar Chitirala 0 Reputation points
1 answer

Send Azure Automate Traffic Via Static IP

I'm trying to set a static IP on my azure automation account. I understand that I can do this using hybrid workers but would like to know if this is possible using just Azure. I have created a virtual network along with a NAT gateway. Any help would…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-28T13:17:43.78+00:00
Jake Allen | DataConnectivity 0 Reputation points
answered 2024-03-29T09:48:05.4066667+00:00
Martin Therkelsen 1,405 Reputation points MVP
0 answers

How to resolve 409 error in runbooks

Getting below error while running Azure Runbook Run command extension execution is in progress. Please wait for completion before invoking a run command. ErrorCode: Conflict ErrorMessage: Run command extension execution is in progress. Please wait for…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-23T07:41:05.2766667+00:00
satyendra 0 Reputation points
commented 2024-03-28T04:14:20.2133333+00:00
tbgangav-MSFT 10,386 Reputation points
1 answer

I want to migrate from an existing Run As account to managed identities

Hello, I would like to change my runbook which starts and stops several machines knowing that I have an exclusion list. I would like to change it for authentication with managed identities. how do I send my powershell runbook script here?

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-27T14:36:37.9766667+00:00
Mohamed Guendouzi 0 Reputation points
answered 2024-03-28T02:41:29.4166667+00:00
tbgangav-MSFT 10,386 Reputation points
1 answer

Seeing error "from azure.mgmt.compute import ComputeManagementClient ModuleNotFoundError: No module named 'azure.profiles'

Hi, I have added two Azure SDK packages to my python script: from azure.identity import DefaultAzureCredential from azure.mgmt.compute import ComputeManagementClient I uninstalling and then reinstalling the packages azure_mgmt_compute 30.4.0 or…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-01-30T07:28:07.14+00:00
bonle 10 Reputation points
commented 2024-03-27T09:21:02.86+00:00
Nicole Stevens 35 Reputation points
1 answer One of the answers was accepted by the question author.

how to fix error "A nested resource type must have identical number of segments as its resource name. A root resource type must have segment length one greater than its resource name"

Hello everyone, I am trying to create an ARM template to deploy secrets to key vault without manually adding them from portal. Attached are my parameters.json and main.json files. when deploying I am getting below error. Additionally, did anyone…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,135 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
Windows Server Infrastructure
Windows Server Infrastructure
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Infrastructure: A Microsoft solution area focused on providing organizations with a cloud solution that supports their real-world needs and meets evolving regulatory requirements.
516 questions
asked 2024-03-20T17:53:21.2933333+00:00
Kandi Rohith 20 Reputation points
commented 2024-03-26T06:30:59.3733333+00:00
Stanislav Zhelyazkov 21,411 Reputation points MVP
2 answers One of the answers was accepted by the question author.

Server update using Update management center in automation account

I have my azure windows servers patched each month using update management center in the automation account. After the execution of the jobs, I can see that the servers are non compliant and the error is MaintenanceWindowExceeded. why this happened, and…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,196 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,205 questions
asked 2024-03-19T08:22:24.9333333+00:00
Shivam Singh 190 Reputation points
accepted 2024-03-24T12:01:07.7033333+00:00
Shivam Singh 190 Reputation points
0 answers

Internal server error 500(timeout) For an azure automation runbook

I have a runbook which send https get requests to a azure function. Suddenly the job started failing stating "internal server error: 500".when I open the error it says "the request timed out. The web server failed to respond within the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-21T07:03:23.39+00:00
VEDASREE JAMMALAMADAKA 0 Reputation points
commented 2024-03-23T19:36:04.7066667+00:00
Ryan Hill 26,136 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Error while running a runbook

Hello, Do you have an idea why a runbook that was working fine is now providing this error: Failed The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Operation returned an…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,100 questions
asked 2024-03-21T16:05:44.2433333+00:00
MoTaar 310 Reputation points
accepted 2024-03-22T14:13:20.72+00:00
MoTaar 310 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to update a vm using System assigned managed Identity with update-Azvm command

Automation account System assigned managed Identity has Virtual machine contributor role and Managed identity operator role on resource group x. It is failing to update a VM. ErrorCode: LinkedAuthorizationFailed ErrorMessage: The client 'xx-x' with…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,196 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
973 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
asked 2024-03-20T06:41:59.7166667+00:00
Bestha, Narendra 20 Reputation points
accepted 2024-03-22T05:37:11.11+00:00
Bestha, Narendra 20 Reputation points
1 answer One of the answers was accepted by the question author.

Beginner to Azure Automation - Where to start?

Im a SCOM (System Center Operations Manager) Admin and I am looking into changing over to learning Azure Automation since my current company is getting rid of SCOM within a year and my team primarily deals with Azure Automation and automating tasks. I…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,100 questions
asked 2023-12-06T13:22:17.31+00:00
JCC 101 Reputation points
commented 2024-03-21T10:51:23.9966667+00:00
JCC 101 Reputation points