Foreign minister, Azerbaijani counterpart discuss cooperation in economic, energy, tourism sectors

Deputy Prime Minister and Minister of Foreign Affairs Ayman Safadi on Wednesday meets with Azerbaijani Foreign Minister Jeyhun Bayramov (Photo courtesy of Foreign Ministry)
Deputy Prime Minister and Minister of Foreign Affairs Ayman Safadi on Wednesday meets with Azerbaijani Foreign Minister Jeyhun Bayramov (Photo courtesy of Foreign Ministry)

Jordan, Azerbaijan sign visa waiver agreement


AMMAN — Deputy Prime Minister and Minister of Foreign Affairs Ayman Safadi on Wednesday met with Azerbaijani Foreign Minister Jeyhun Bayramov in Baku to discuss ways to further boost bilateral ties and exchange views on regional developments.

During the meeting, Safadi and Bayramov highlighted the “deep-rooted fraternal” relations between Jordan and Azerbaijan, stressing the importance of expanding cooperation in economic, energy, investment and tourism fields to serve the interests of both countries, according to a Foreign Ministry statement.

The two ministers also discussed the implementation of the outcomes of the Jordanian-Azerbaijani Joint Committee for Economic, Trade and Technical Cooperation, which convened in Baku on November 26, 2025, with the aim of increasing trade and boosting mutual investments.

Safadi and Bayramov co-chaired the second round of political consultations between the foreign ministries of the two countries.

During the visit, the ministers signed a mutual visa waiver agreement for citizens of both countries, describing it as an important step towards boosting tourism, facilitating business travel and strengthening people-to-people ties.

They also signed a memorandum of understanding (MoU) to enhance cooperation in the energy sector.

The two ministers stressed the importance of supporting efforts to end regional escalation and achieve security and stability.

In joint press remarks, Safadi conveyed the greetings of His Majesty King Abdullah to Azerbaijani President Ilham Aliyev, along with the King’s wishes for continued progress and prosperity for Azerbaijan.

Safadi said that the King attaches great importance to the distinguished relations between Jordan and Azerbaijan and is keen to elevate them further in a manner that reflects the significant potential for cooperation between the two countries.

He added that holding the second round of political consultations reflects the institutionalisation of efforts to deepen bilateral relations and expand cooperation across various fields, including trade, industry, investment, tourism and education.

On regional issues, Safadi stressed the need to adhere to the memorandum of understanding that led to the ceasefire between the United States and Iran, noting that dialogue remains the only path towards resolving the crisis.

He reaffirmed Jordan’s rejection of any aggression targeting the Kingdom or Arab Gulf states, stressing the need for a solution based on respect for international law and state sovereignty, addressing the root causes of regional tensions, and ensuring freedom of navigation and safe passage through the Strait of Hormuz.

Safadi said that discussions with his Azerbaijani counterpart also covered the Palestinian cause, emphasising the importance of fully implementing US President Donald Trump’s plan to stabilise Gaza and ensure the uninterrupted delivery of humanitarian aid to the Strip.

Such steps, he said, would contribute to regional stability and pave the way for a future based on peace, respect for human rights and international law, rather than continued violations of the Palestinian people’s right to security and dignity.

Safadi commended Azerbaijan’s support for the two-state solution, saying it remains the only path towards achieving a just peace through ending the occupation and establishing an independent, sovereign Palestinian state on Palestinian national soil, living in peace and security alongside Israel in accordance with international law and relevant UN resolutions.

He also congratulated Azerbaijan on reaching a peace agreement with Armenia, describing it as a significant step towards consolidating peace between the two countries and across the region.

Responding to a question, Safadi highlighted opportunities for regional cooperation in areas including oil pipelines, railway networks, land transport, electricity interconnection, telecommunications and information technology linking the Arab Gulf, Jordan, Syria, Turkey and Central Asian countries.

He said that Jordan’s strategic location, stability and qualified human resources provide important advantages, adding that restoring Syria’s stability and regional role would open the way for greater connectivity from the Gulf through Jordan and Syria to Turkey and Central Asia.

For his part, Bayramov stressed the importance of expanding cooperation with Jordan across areas of mutual interest, describing relations between the two countries as based on friendship, trust and mutual respect.

He said that Azerbaijan looks forward to launching direct, regular flights between the two countries to further strengthen ties and increase exchanges between the two peoples.

Bayramov also welcomed the visa waiver agreement, saying it would enhance people-to-people contacts, boost tourism and facilitate business travel, while noting the importance of the energy MoU in expanding bilateral cooperation.

During his visit to Baku, Safadi visited Victory Park and the Alley of Martyrs, where he laid wreaths in memory of Azerbaijan’s fallen.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });