I want to get the support requests that were added in the Azure portal under 'Help+Support' section by making an API call. I checked the REST API documentation but could not find one. Is there a REST API to get the support requests added in Azure portal?
It is not available yet, leave your feedback on this existing post here -https://feedback.azure.com/forums/266794-support-feedback/suggestions/16723438-automated-support-ticket-management for the Azure owners to review and consider this request for the future release.
This is now available, please take a look at the Documentation here:
https://learn.microsoft.com/en-us/rest/api/support/supporttickets/create
Related
There is an API call to manage a bot channel registration:
https://management.azure.com/subscriptions/{{subscriptionId}}/resourcegroups/{{resourceGroupName}}/providers/Microsoft.BotService/botServices/{{botResourceName}}?api-version=2021-05-01-preview
But the result of this API call doesn't contain any connection settings.
When working from Azure portal, I can see there is a call to https://dev.botframework.com/api/connectionsettings/GetConnectionSettingItems?botid={{botResourceName}} which returns a list of connection settings for this bot.
When editing individual connection settings, there are calls to https://dev.botframework.com/api/connectionsettings/GetServiceProviders?botId={{botResourceName}} to obtain the possible service providers and https://dev.botframework.com/api/connectionsettings/GetFullConnectionSettingEx?id={{connectionSettingId}}&botid={{botResourceName}} to get the configured connection setting properties.
Is this functionality available via Azure management API?
I don't see any document support this scenario, I will high recommend you to raise a support ticket to work with support engineer to see any other workaround. If you do not have any support plan, please let me know, I can help on this.
I'm having trouble with retrieving azure update management details programmatically. I couldn't find any REST API or CLI method to get the data from update management view. There were only powershell scripts.
These are the details I want to retrieve via REST API
As shown in below screenshot, currently I see only below highlighted REST API's that are related to update management. Here is the document reference for the same.
If these REST API's doesn't help to accomplish your requirement then if interested you may share it as feature request in this uservoice or feedback forum.
In general, Azure feature team would check feasibility of a feature request, prioritize against existing feature backlog, add in roadmap as appropriate and would announce and/or update the related Azure document once a feature request is addressed.
On the other hand, with the help of this references, you may find the same information in update management related kusto tables which you can query with the help of this REST API.
Here is the reference link for the same issue which was addressed in Microsoft Q&A
I am unable to create sendGrid in azure. I can't get pass review legal terms. the console give's me this error:
Subscription ID: 0bccce40-dd06-4ae7-8069-b75f37b14445
Products: Sendgrid:sendgrid_azure
GetSpecsCosts status code: BatchFailed
Ratings API error code: BadRequest
I have contacted sendGrid support and they direct me to azure. To get any technical help from azure i need to upgrade my support plan :(
Has any one else had this issue resolved?
According to this thread on the MSDN Forums, you should raise a support request here with
Problem type: Marketplace Onboarding
Category: Technical Marketplace query
Next to this, you have a couple of ways to get Azure support without upgrading your support plan.
Twitter
This is the simplest and probably fastest way to contact Azure Support. They're really fast and can help you with most issues or direct you to the right channels when they can't.
MSDN Forums
You can search the Azure MSDN Forums or post your question there.
Stack Overflow
You can search Stack Overflow or post your question there. 😊
All options
Review all your Azure Support options here.
Status
By the way: I just tried creating a SendGrid resource in Azure and everything seemed to work fine. This means it doesn't seem to be an Azure issue, so there might be something wrong with the data you provided, or the rights you have, or ...
Azure announced the ability to upgrade Azure Log Analytics workspace recently. It comes with a new query language (https://docs.loganalytics.io/index). But after the upgrade their Search REST API (https://learn.microsoft.com/en-us/azure/log-analytics/log-analytics-log-search-api) isn't working anymore. I wasn't able to find a way to execute new Search Queries via REST. I would imagine that it would be similar to AppInsights API (https://dev.applicationinsights.io/).
It also seems like they have actual API but no documentation as of yet, because Microsoft Flow has ability to integrate and execute Search Queries with the upgraded workspace (https://learn.microsoft.com/en-us/azure/log-analytics/log-analytics-flow-tutorial).
Any help in pointing on how to execute new Search API via REST is greatly appreciated.
Thanks
Documentation for new REST API wasn't available when this question was posted. Here is the MS response:
https://social.msdn.microsoft.com/Forums/azure/en-US/0c044c41-6642-4bb0-9a61-64d6f6b8b042/new-log-analytics-search-rest-api?forum=opinsights
I'm trying to get my Azure Web Site's FTP upload address from the Management REST API. Looking at the source code for the Azure SDK Tools, I don't see anything that could help me out, save for a web site property that would be sent via the GetSite action on IWebsitesServiceManagement. Has anyone encountered this problem, and figured out how to get this going?
Edit: clarification and links.
It's there already http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx. Still not available from Powershell, but at least API in place.
Inside the portal, you cna download a publishsettings file with this info. There is also a link to the ftp address on the 'Dashboard' page for your site.
There is no official documentation (not even "preview" documentation) on that subject. When you develop Management API tools, you should refer to the online documentation for it here. Given that this service (Web Sites) is in Preview, the API may change in any given moment, so I would not invest time in something, that is not even documented. It is waste of time.