User Profile
miguelisidoro
Iron Contributor
Joined 9 years ago
User Widgets
Recent Discussions
Re: Expose Prompt Flow as API
Hello Kidd_Ip, The article seems promising but lacks some detail in the Azure part and explaining how to expose the Prompt Flow as an API. Is this article yours? If yes, can you add more detail with screenshots in the Azure part? The reference "Azure Prompt Flow API documentation" is also broken. Thanks345Views0likes0CommentsMigrate Intranet from old CMS to SharePoint Online
Hi, I have a customer that wants to migrate its Intranet from an old CMS that has an API to SharePoint Online. Think of the intranet like a series of Communication Sites. The challenge here is: - Read pages from their API that has title, body, author, image and/or videos (can be YouTube videos or videos stored in the CMS itself that have to be migrated to Stream) and publish date - For each page, create a corresponding SharePoint web page, and insert the appropriate web parts and if there are videos from the CMS, upload them to Stream and insert the Stream web part in the page What kind of solution would you develop? These are the necessities I identity: - API to Create a page - API to create sections in the page (not sure if necesary) - API to insert web parts in the page - API to upload videos to Stream Thanks309Views0likes1CommentRe: Azure Open AI: Error when calling completions api with GPT4o-mini
Hi Kidd_Ip, I have been in contact with Microsoft. To use GPT4o-mini, I will have to replace the call to Completions API with a call to the Chat Completions API. GPT4o-mini doesn't have and will not have support for Completions API. Thanks Thanks.1KViews0likes0CommentsRe: Expose Prompt Flow as API
Hello Kidd_Ip, The article seems promising but lacks some detail in the Azure part and explaining how to expose the Prompt Flow as an API. Is this article yours? If yes, can you add more detail with screenshots in the Azure part? The reference "Azure Prompt Flow API documentation" is also broken. Thanks450Views0likes1CommentExpose Prompt Flow as API
Hi, We have a few POCs implemented with https://learn.microsoft.com/en-us/azure/ai-studio/how-to/prompt-flow. Is there any way to expose Prompt Flow as an API and have it called by an external web app (ex: for instance developed with React)? I searched the Internet and got no promising results. Thanks547Views0likes3CommentsAzure Open AI: Error when calling completions api with GPT4o-mini
Hello, I am getting the following error when calling completions api with GPT4o-mini model. { "error": { "code": "OperationNotSupported", "message": "The completion operation does not work with the specified model, gpt-4o-mini. Please choose different model and try again. You can learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993." } } If I use an older model like GPT3.5, I get no errors. The endpoint I am using is similar to https://dev-swedencentral-openai.openai.azure.com/openai/deployments/dev-gpt-4o-mini/completions?api-version=2024-04-01-preview I saw that at https://learn.microsoft.com/en-us/azure/ai-services/openai/overview, it says that GPT4o-mini is already supported. Can you help to solve this error? ThanksSolved961Views0likes2CommentsSharePoint: Due to organizational policies, you can't access this resource from untrusted device
Hi, I am configuring an Office 365 tenant with Microsoft Purview sensitivity labels and I configured a Label that blocks access from unmanaged devices. I configured my PC to be compliant, adding it to the Azure AD (using System Settings --> Accounts --> Access work or school). In Intune, the PC appears as compliant. The sensitivity label is configured in the following way: However, when I access the SharePoint site, I get the following error that is supposed to be shown only for non compliant devices. Do you know why this happens despite the device is considered compliant in Intune? Thanks1.4KViews0likes1CommentFindTime - use Teams as default meeting option
Hello, I want FindTime to use Teams as the default meeting option and not Skype for Business (currently in my tenant meetings are sent as Skype for Business meetings). I read the following articles: https://docs.microsoft.com/en-us/microsoftteams/teams-add-in-for-outlook#teams-meeting-add-in-in-and-findtime-for-outlook https://support.office.com/en-us/article/how-to-create-a-findtime-poll-4dc806ed-fde3-4ea7-8c5e-b5d1fddab4a6?ui=en-US&rs=en-US&ad=US and the user voice at https://microsoftteams.uservoice.com/forums/555103-public/suggestions/35374516-integrate-microsoft-findtime that says this feature is available for quite sometime. The above articles say: "When Online Meeting is selected, FindTime will schedule a Skype for Business or Microsoft Teams meeting. FindTime will use whichever has been set by your organization as the default online meeting channel. Note: If you saved a Skype for Business setting in your dashboard, FindTime will use that instead of Microsoft Teams. If you want to use Microsoft Teams, delete the Skype for Business setting in your dashboard." When I go to the FindTime Dashboard, I am unable to find the option to delete the Skype for Business option. What am I missing here? Is there a tenant level option in Office 365 Admin Center where I can say that all meetings scheduled with FindTime are going to be Teams meeting? Any FindTime alternative that does the same thing and uses Teams? ThanksSolved17KViews0likes4CommentsAdd Company Name in Azure AD to Azure AD claims
Hello, Is it possible to add the Azure AD Company Name value to the user's claims in Azure AD? I was looking at https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-optional-claims and https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-optional-claims and didn't find any reference to company name. I know I can call Graph API (https://graph.microsoft.com/v1.0/me?$select=companyName) and get the company name but I would like to spare a call to Graph API if it possible to add the user's company name to Azure AD claims. Thanks654Views0likes0CommentsHow to delete a term from term store using PnP JS
Hello, How can we delete a term from a term store using PnP JS (v2 or v3) in a SPFx solution? I looked at https://pnp.github.io/pnpjs/sp/taxonomy/ and found nothing, Can you help? If it is not possible, what is the alternative? Call SharePoint REST API? Call old SOAP web services from javascript? Thanks1.3KViews0likes2CommentsSharePoint Online - Enable Scheduling via CSOM on Modern Pages (Site Pages)
Hello, Now we can enable Scheduling on Modern Site Pages: https://support.microsoft.com/en-us/office/schedule-a-sharepoint-page-or-news-post-to-go-live-at-a-specific-time-4b81873c-9bbc-4307-b7ea-7b6662ff1af2 I was looking at the CSOM API and did not find any way to accomplish this programmatically? Does anyone know how to accomplish this? If not CSOM, any alternatives? REST API? PnP Provisioning? Thanks1.8KViews0likes1CommentSharePoint Online - Enable Scheduling via CSOM on Modern Pages (Site Pages)
Hello, Now we can enable Scheduling on Modern Site Pages: https://support.microsoft.com/en-us/office/schedule-a-sharepoint-page-or-news-post-to-go-live-at-a-specific-time-4b81873c-9bbc-4307-b7ea-7b6662ff1af2 I was looking at the CSOM API and did not find any way to accomplish this programmatically? Does anyone know how to accomplish this? If not CSOM, any alternatives? REST API? PnP Provisioning? Thanks763Views0likes0CommentsUsing query variable in Modern Search Web Part (PnP web parts) based on a Choice Page Property
Hello, I am using the web part at https://web.archive.org/web/20201014031829/https://microsoft-search.github.io/pnp-modern-search/search-parts/search-results in a Communication Site and I am trying to set a dynamic query that depends on a page property. If set the query with a fixed value as: path:https://<tenant>.sharepoint.com/sites/contosonews/Photos Company=Microsoft, the results are correctly returned. But if I change my query to use a page property called Company, it doesn't work. I am using a query variable explained in the above article as follows: path:https://<tenant>.sharepoint.com/sites/contosonews/Photos Company={Page.Company}, the results are correctly returned. IMPORTANT: Company is a choice field and the user chooses in the Page Details the value of the Company field when editing the page. Tried to use a managed property also but I have to get the dynamic value from the page data itself which I don't think it can be done through managed property. it must be a valid query variable as in https://docs.microsoft.com/.../technical.../query-variables. This page refers Page.FieldName as the solution but couldn't get it to work yet. How can I use the page property of type Choice (in this case called Company) in my search query to have a dynamic query? ThanksSolved14KViews0likes6CommentsRe: image not visible in chat
flandraco this is indeed unneptable in a enterprise level product like. Shutting down and opening Teams again solves the issue for me but that is not a real solution. Please vote at https://microsoftteams.uservoice.com/forums/908686-bug-reports/suggestions/38230348-images-display-inline-in-chat-but-not-viewer209KViews1like0CommentsRe: image not visible in chat
Tarun1330 , just found a fix at https://techcommunity.microsoft.com/t5/microsoft-teams/attached-images-in-teams-does-not-show-up/m-p/1353081#M56282. "Not sure if this answers the original issue but I had a broken image icon when looking back at old conversations. The following did the trick: Exit out of Teams Desktop app. Clear this folder %AppData%\Microsoft\Teams\Cache. Relaunch Teams and the images now show." This solved it for me but it will happen again, Does anyone have a permanent way of addressing this issue? Will Microsoft handle this on the product side or is there any configuration we can make on Teams (client or admin center)? Thanks Miguel231KViews3likes6CommentsRe: Very disappointed with delay to 3x3 video on Teams
ChristianBergstrom you are right. Item https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=57294 refers to: Microsoft Teams - Multi-Window Meetings and Calling experiences Multi-window experiences are coming to Teams meetings and calling. Users will have the ability to pop out meetings and calling into separate windows to help them optimize their workflow. These experiences can be turned on directly within Teams for PC and Mac clients. While item https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=63341 refers to the 3x3 video experience: Microsoft Teams - increase in the number of simultaneous videos in Teams meetings We are increasing the number of participants who can be viewed simultaneously on the Teams meeting stage from 4 to 9. This new experience optimizes for attendees who have enabled video and places the remaining audio-only participants below the meeting stage. To provide a high audio and video quality experience, the layout logic will consider user bandwidth and alter the number of videos shown to provide the best meeting experience. We'll be gradually rolling this out to customers near the end of April and expect the rollout to be completed in mid-May. But today's communication from Microsoft I received in the email says: " We are pleased to announce that we will be enabling users to be able to view meetings and calls in separate windows along with the other recently announced features. This message is associated with Microsoft 365 Roadmap ID https://www.microsoft.com/microsoft-365/roadmap?filters=&featureid=57294 When this will happen We will be rolling this out in June. [How this will affect your organization] Once available, users will be able to view meetings and calls in separate windows from the main Microsoft Teams client. Additionally, meeting and call controls such as mute, video, chat, leave and others will now be located at the top of the meeting window so that they are always available and never block the underlying content. This new experience will also include recently announced features such as 3x3 video, raise hands, and custom backgrounds. This will roll-out OFF by default and users will have the ability to turn on the new experience via the user setting: General > Turn on new meetings and calling experiences." If you get a clarification from Microsoft, please tell us the response. Thanks4.5KViews0likes0Comments
Recent Blog Articles
No content to show